我已经在我的 Android 手机中安装了 QPython。我在 QEdit 中写了一个语句来从下面的路径中读取一个文本文件
/storage/emulated/0/com.hipipal.qpyplus/script3/File1.txt
我使用了以下语句
fob=open('/storage/emulated/0/com.hipipal.qpyplus/script3/File1.txt','r')
fob.read()
如果我运行该语句,它会抛出错误:
IOError:[Errno 2] No such file or directory: '/storage/emulated/0/com.hipipal.qpyplus/script3/File1.txt'
1|uo_a116@cancro:/ $
上述说法正确吗?