http://blog.sina.com.cn/s/blog_54b09dc901012mhg.html 如何快速删除代码中的空行,鉴于eclipse可以瞬间搞定。刚知道的。 1.打开源码编辑器 2.使用快捷键Ctrl+f 3.在Find输入框中输入:^\s*\n 3.Replace With输入框的值为空 4.在【Options】选中的"Regular expressions" 5.点击【Replace All】按钮。 6.OK! 就这么简单!