您的位置: 首页 > 文章 > php代码在浏览器中被注释 php代码在浏览器中被注释 分类: 文章 • 2022-03-29 17:10:24 <?php//创建文件并写入内容 echo 'hello'; ?> 这串代码在浏览器中一直被注释掉,无法运行。 在PHP的后边不应该加上注释。