'w', Open for writing, truncating (overwriting) the file first. 'rb' or 'wb', Open in binary mode ... Each of these file types are defined in the io module.
確定! 回上一頁