從印出sys.path就可以知道平時python在load module的時候是從哪裡尋找module的位置,一般的操作 ... sys.path.insert(0, 'some path') sys.path.append('some path')
確定! 回上一頁