xml标记<?php    ?>

脚本风格 <script language="php"></script>

短标记<? ?>

asp标记<%   %>

 

如果想支持短标记和asp标记,需要在php.ini中配置

short_open_tag

asp_tags

设为on

相关文章:

  • 2021-08-02
  • 2021-11-20
  • 2021-10-04
  • 2021-04-24
  • 2021-12-07
  • 2021-11-24
  • 2021-11-14
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
相关资源
相似解决方案