1.打开源码编辑器
2.使用快捷键Ctrl+f
3.在Find输入框中输入:^\s*\n
3.Replace With输入框的值为空
4.在【Options】选中的"Regular expressions"
5.点击【Replace All】按钮。
eclipse删除空行
最新推荐文章于 2021-07-09 21:10:18 发布
1.打开源码编辑器
2.使用快捷键Ctrl+f
3.在Find输入框中输入:^\s*\n
3.Replace With输入框的值为空
4.在【Options】选中的"Regular expressions"
5.点击【Replace All】按钮。