Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在写字
<?=$variable?>
慢于
<?php echo $variable; ?>
换句话说,服务器解释什么更快?
我可以绝对肯定地向你保证,这一点都不重要。:)
我不认为会有很大的不同——但是短标签在执行时基本上必须首先转换成正常的语法。我希望差异很小 - 我从未尝试过对其进行基准测试!