file =open("filename.txt"). cont=file.read(). print(cont). file.close(). 這將列印文件"filename.txt"的所有內容. 如果只要讀取文件的一部分內容, ...
確定! 回上一頁