php可以通过自带函数preg_replace可以用数组批量替换,不过用正则表达式替换效率很低,用起来也不方便。具体参考php手册。有需要的小伙伴可以参考下。
这段代码演示了php如何通过自定义的模板页面和自定义标签生成静态页面。原理非常简单,,就是将模板页面中的标签替换成动态数据即可。希望能给你一定的启发。
template.html 模板文件
{site_title} - sharejs.com
test.php 动态文件
alert('生成成功');window.location.href='".$dest_file."';";
?>
以上所述就是本文的全部内容了,希望大家能够喜欢。
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn