博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php 页面公共部分 转化为js document.write(); 并由匿名函数包裹
阅读量:4992 次
发布时间:2019-06-12

本文共 773 字,大约阅读时间需要 2 分钟。

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

  

 

输入的文件:

  

 
输出的文件:
(function() {document.write("
");document.write("
");document.write("
Copyright©2017~2020 ");document.write("
凌讯软件 技术支持");document.write("
京ICP备13010031号");document.write("
");document.write("
");document.write("
");}).call();

  

转载于:https://www.cnblogs.com/mingzhanghui/p/9168384.html

你可能感兴趣的文章
Ubuntu 关闭锁屏界面的 on-screen keyboard
查看>>
凸优化学习笔记
查看>>
使用ehcache-spring-annotations开启ehcache的注解功能
查看>>
Charles设置HTTPS抓包
查看>>
NGUI出现Shader wants normals, but the mesh UIAtlas doesn&#39;t have them
查看>>
Boost.Asio c++ 网络编程翻译(14)
查看>>
Codeforces Round #306 (Div. 2) D.E. 解题报告
查看>>
uva 1557 - Calendar Game(博弈)
查看>>
HDU1051 Wooden Sticks 【贪婪】
查看>>
十大经典数据挖掘算法
查看>>
Rhythmbox乱码的解决的方法
查看>>
中纪委:抗震中官员临危退缩玩忽职守将被严处
查看>>
MySQL 8.0.12 基于Windows 安装教程
查看>>
在hue中使用hive
查看>>
eclipse快捷键
查看>>
在指定文本里记录内容
查看>>
Android WebView常见问题及解决方案汇总
查看>>
[BZOJ4025]二分图
查看>>
HTML5 Canvas玩转酷炫大波浪进度图
查看>>
创建ASP.NET Core MVC应用程序(5)-添加查询功能 & 新字段
查看>>