阅读背景:

在ubuntu服务器上进行文件写访问

来源:互联网 

I have this simple function.

我有这个简单的功能。

@app.route('/save')
def save():
    with open("hello.txt", 'w') as file:
        file.write("hello")
        file.close()
    return "done"
@ap



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: