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.
我刚刚升级到 Eclipse 3.5 PDT,每次我输入<?,它都会将其转换为<?php ?>. 我该如何关闭它?
<?
<?php ?>
如果你想关闭它,它在
首选项 -> PHP -> 编辑器 -> 键入 -> 关闭 PHP 标记 (?>)
然而,使用完整的<?php开放标签确实是一个最佳实践。
<?php