赞
踩
- #By yangbo 2020.08.11
- tf =open("12.txt","rt")
- print(tf.readline())
- tf.close()
当我输入代码去运行时,然后出错了:
- #By yangbo 2020.08.11
- tf =open("12.txt","rt",encoding='utf-8')
- print(tf.readline())
- tf.close()
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。