python2.7 os.system输出奇怪的结果

时间:2014-03-13 10:20:17

标签: python

我正在尝试用Python执行.exe文件,但结果很奇怪:

>>>python
>>>import os

//this one works well
>>>os.system("dopt.exe ks_4_0")

//this one pop out a lot of 1
>>>os.system("dopt.exe ./data/ks_4_0")

我尝试了".//data//ks_4_0"".\\data\\ks_4_0"".\data\ks_4_0""data/ks_4_0"等等。

所有这些都不断出现"1" s 出了什么问题?

0 个答案:

没有答案