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.
我有一个问题似乎突然出现。
我在 Windows 7 上使用 Aptana Studio。保存文件后,如果我关闭 Aptana 并重新打开它,则会在我的代码的每一行之间添加一个空行。
例如:
$bError=FALSE; $sReturnMsg=''; $sReturnType='';
然后将变为:
任何人都会知道是什么原因造成的?
非常感谢!