【发布时间】:2012-04-09 18:01:55
【问题描述】:
可能重复:
What is the difference between the PHP open tags “<?=” and “<?php”/“<?”?
使用时有什么不同吗
<?php
something;
something2;
?>
和
<?
something;
something2;
?>
我看到的所有地方都使用<?php ... ?>。有什么优势吗?
【问题讨论】:
标签: php