1.打开源码编辑器
2.使用快捷键Ctrl+f
3.在Find输入框中输入:^\s*\n
4.Replace With输入框的值为空
5.在【Options】选中的"Regular expressions"(使用正则表达式)
6.点击【Replace All】按钮。
7.OK!
2022-11-28 15:22:41
1.打开源码编辑器
2.使用快捷键Ctrl+f
3.在Find输入框中输入:^\s*\n
4.Replace With输入框的值为空
5.在【Options】选中的"Regular expressions"(使用正则表达式)
6.点击【Replace All】按钮。
7.OK!