1.默认语法:

<?php

.....

?>

或者

<?

.....

?>

例如

<?

echo"hello word!";

?>

2.注释

/*....*/

或者

//....

 

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2021-06-17
  • 2021-05-30
  • 2021-09-04
  • 2021-12-31
  • 2021-12-20
猜你喜欢
  • 2021-08-27
  • 2021-08-25
  • 2021-06-04
  • 2022-01-01
  • 2021-09-17
  • 2021-05-05
  • 2022-12-23
相关资源
相似解决方案