我需要将记事本++中的多行加入一行,以逗号作为分隔符
one two three four five
我需要的输出如下
one,two,three,four,five
Ctrl+A和Ctrl+j将加入但会增加空间
python notepad++
notepad++ ×1
python ×1