摘要:
from os import listdir import os #为什么这样导入都起作用??因为__init__.py作了导入 import random # a = listdir('E:\smoking\smoking\data\img') # with open("E:/smoking/sm 阅读全文
摘要:
Character Meaning 'r' open for reading (default) 'w' open for writing, truncating the file first 'x' open for exclusive creation, failing if the file 阅读全文