(1)在Edit Replace In Path输入框中输入:^\s*\n (\s代表任何空白字符,\S代表任何非空白字符,*代表任意个数,\n匹配换行符)
(2)Replace With输入框的值为空
(3)在【Options】选中的"Regular expressions"
2022-10-04 20:22:32
(1)在Edit Replace In Path输入框中输入:^\s*\n (\s代表任何空白字符,\S代表任何非空白字符,*代表任意个数,\n匹配换行符)
(2)Replace With输入框的值为空
(3)在【Options】选中的"Regular expressions"