Call open(file, mode) with "w" as mode to open file for writing. Call file.truncate() to remove only the contents of file . Call file.close() to close file .
確定! 回上一頁