只是一点点。
Visual Studio的自动格式化采用以下代码行:
<li><a href="<?php print $directorylifts; ?>catered-chalets/index.php">All Catered Chalets</a></li>
并将其转换为这行代码:
<li>
<a href=""
<?php print $directorylifts; ?>catered-chalets/index.php">All Catered Chalets
</a>
</li>
请注意在href =之后如何插入一个额外的引号,以便代码不再有效。
我可以关闭自动格式化但我发现它很有帮助。有任何想法如何调整它以阻止这种情况发生?
我的文件扩展名为.php。
谢谢,
菲尔。