最近经常遇到路径拼接问题:importosbase_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'output/')os.path.dirname(__file__)返回脚本的路径, ...
確定! 回上一頁