diy.py 117 Bytes Edit 1 2 3 filel=open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8') filel.write('小兰,12本') filel.close()