摘要:
#!Usr/bin/env python # -*- coding:utf-8 -*- # Author:Alex Li html = """ The Dormouse's story The Dormouse's story Once upon a time there were three little sisters; and their names were , Lacie and ... 阅读全文
摘要:
import time def test(name): print('\033[31;m%s已经准备好了,test:\033[0m'%name) while True: baozi=yield print('\033[31;m第%s包子来了,%s吃了\033[0m'%(baozi,name)) de 阅读全文
摘要:
file=open('yesteerday','r',encoding='utf-8') file_new=open('yesteerday1','w',encoding='utf-8') for line in file: if "逯晓华" in line: line=line.replace('逯晓华','hello 逯晓华') time_import='%Y... 阅读全文