嘗試第二種方案os.popen()複製程式碼程式碼如下:output = os.popen("cat /proc/cpuinfo")print output.read()透過os.popen() 返回的是file read 的 ...
確定! 回上一頁