use*_*108 1 html php wordpress
我的php代码是从wordpress页面的html代码中调用的.但是它被浏览器注释掉了.代码:
<?php if (function_exists (gCF)) gCF(); ?>
Run Code Online (Sandbox Code Playgroud)
div中的内容如下所示(当我在firebug或chrome中看到时)
<!--?php if (function_exists (gCF)) gCF(); ?-->
Run Code Online (Sandbox Code Playgroud)
我在网上搜索并发现了类似的问题,但遗憾的是没有合适的解决方案,也没有人提到为什么会发生这种情况.是因为doctype ???
提前致谢.