[Python] open().read() in-line 寫法. Python 下使用檔案最直覺的寫法是這樣: f = open(filename) # do something f.close(). 或是這樣:
確定! 回上一頁