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.
我有一个使用 xslt 样式表的网页,但它似乎无法正常工作。我已将所有文件从我以前的 Web 服务器(工作)移动到一个新的,但它不起作用。
我的问题:有没有一种简单的方法来检查是否有 XSLT 支持?
索引.php
<?php phpinfo();
在浏览器中打开,搜索 XSLT
或者
php -i | grep xslt在命令行中
php -i | grep xslt