2016年5月30日
摘要: :1,$ s/cmss_//g 1,$代表第一行到最后一行 s代表替换 cmss_为要替换的内容 替换为空格,所以直接// g代表全局替换 阅读全文
posted @ 2016-05-30 14:39 CloudSalt 阅读(228) 评论(0) 推荐(0)