open () returns a file object. If the file cannot be opened, an OSError is raised. You can use functions read() and write() on the file object to, ...
確定! 回上一頁