模板文件中js本身的注释被tp解除了

浏览:376 发布日期:2013/12/26 分类:求助交流
如:模板文件中
<script type='text/javascript'>
// alert('asdfasd');
</script>
输出为
<script type='text/javascript'>
alert('asdfasd');
</script>
本该注释掉的代码被取消了注释。
最佳答案
评论( 相关
后面还有条评论,点击查看>>