Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的想法,我想创建一个可以创建静态html页面的工具,来自php页面,可能由cms生成。
然后我想使用某种正则表达式或清洁工具来重新组织 html 以生成更清洁、更标准化、符合 yslow 的 html 页面。
我可能会问什么不存在,如果是的话,有什么建议可以解决近亲的问题吗?
感谢您的时间。
看看整洁: http: //php.net/manual/en/book.tidy.php
非常适合清理 html。
不是正则表达式,而是扩展。