本文共 65 字,大约阅读时间需要 1 分钟。
对于python脚本,可以使用:
.replace('\x01', '')
对于vim工具,可以使用:
:%s/\%x01/ /g
转载地址:http://qouwl.baihongyu.com/