if __name__ == '__main__': sys.path.append(r'D:\stock\program') os.system('python D:\stock\program\tdxhs300Tocsv.py')原来电脑win10上可以运行的程序,换一台win7的电脑上, 这个os.system这个部分不能运行了,好奇怪