gpt4 book ai didi

android - QPython - 读取文件

转载 作者:太空宇宙 更新时间:2023-11-04 10:27:30 25 4
gpt4 key购买 nike

我已经在我的 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:/ $

以上说法正确吗?

最佳答案

fob=open('File1.txt','r')

在版本 1.0.4 中不起作用。

fout=open('File2.txt','w')

在 0.9.6 版本上工作,但在 1.0.4 中不工作。“错误”是只读文件系统。

它看起来像是(新的 1.0.4)文件系统库中的限制。我给编辑发了邮件,但此时没有回复。

关于android - QPython - 读取文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28606662/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com