python 學習記錄(1)—對內建str的處理

1.1 對str進行數據提取python In [1]: In [2]: import subprocess In [3]: res = subprocess.Popen(['uname','-sv'],stdout = subprocess.PIPE) In [4]: uname = res.stdout.read().strip() In [5]: uname Out[5]: 'Linux #
相關文章
相關標籤/搜索