import os >>> myfiles = ['account.txt', 'detail.csv', 'invite.docx'] >>> for filename in myfiles: print(os.path.join('D:\\Python', ...
確定! 回上一頁