【Python有坑系列】報錯NameError: name 'execfile' is not defined

想用execfile順序執行腳本文件,可是報錯:python NameError: name 'execfile' is not defined函數 execfile在python3中已被廢除,代替函數: spa exec(open(filename).read())code   使用替代函數,輸入文件名後,依然報錯:utf-8 UnicodeDecodeError: 'gbk' codec ca
相關文章
相關標籤/搜索