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.
我想:
if (window.XMLHttpRequest) { //do some }
但格式化后我得到:
if (window.XMLHttpRequest) { }
我该如何纠正?
这可能不是您想要的,但我建议保持原样。
Google Javascript Style Formatting Guide也推荐它
在菜单中:
工具 -> 选项 -> 文本编辑器 -> JScript -> 格式 -> 新行
但是,我同意 epoch - 最好遵循样式指南。