页面公共部分以javascript document.write()方式加载
生成的js放到需要的位置
footer.js 放到body底部引入
...
<script src="js/footer.js"></script>
</body>
--------------------------------------
php.exe所在文件夹添加到path环境变量, 在命令行输入
php footer.html
--------------------------------------
输入的文件:
输出的文件:
(function() {document.write("");}).call();