摘要: #! bin/usr/evn python # -*- coding:utf-8 -*- import os, sys, pyperclip import easygui as g import re file_name = 'tt3' with open(file_name, 'r', encoding='utf-8') as rf: old_text = rf.read() re... 阅读全文
posted @ 2017-03-13 17:13 ezway 阅读(156) 评论(0) 推荐(0)