是否可以在GAE上打开文件只是为了读取其内容并获取最后修改的标签?
我得到一个IOError:[Errno 13]文件无法访问:我知道我无法删除或更新,但我相信阅读应该是可能有人遇到过类似的问题吗?
os.stat(f,'r').st_mtim
python google-app-engine
google-app-engine ×1
python ×1