午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術文章
文章詳情頁

簡單了解python調用其他腳本方法實例

瀏覽:21日期:2022-08-01 09:40:59

1.用python調用python腳本

#!/usr/local/bin/python3.7import timeimport os count = 0str = (’python b.py’)result1 = os.system(str)print(result1)while True: count = count + 1 if count == 8: print(’this count is:’,count) break else: time.sleep(1) print(’this count is:’,count) print(’Good Bye’)

另外一個python腳本b.py如下:

#!/usr/local/bin/python3.7print(’hello world’)

運行結果:

[python@master2 while]$ python a.py hello worldthis count is: 1this count is: 2this count is: 3this count is: 4this count is: 5this count is: 6this count is: 7this count is: 8Good Bye

2.python調用shell方法os.system()

#!/usr/local/bin/python3.7import timeimport os count = 0n = os.system(’sh b.sh’)while True: count = count + 1 if count == 8: print(’this count is:’,count) break else: time.sleep(1) print(’this count is:’,count) print(’Good Bye’)

shell腳本如下:

#!/bin/shecho 'hello world'

運行結果:

[python@master2 while]$ python a.py hello worldthis count is: 1this count is: 2this count is: 3this count is: 4this count is: 5this count is: 6this count is: 7this count is: 8Good Bye

3.python調用shell方法os.popen()

#!/usr/local/bin/python3.7import timeimport os count = 0n = os.system(’sh b.sh’)while True: count = count + 1 if count == 8: print(’this count is:’,count) break else: time.sleep(1) print(’this count is:’,count) print(’Good Bye’)

運行結果:

[python@master2 while]$ python a.py <os._wrap_close object at 0x7f7f89377940>[’hello worldn’]this count is: 1this count is: 2this count is: 3this count is: 4this count is: 5this count is: 6this count is: 7this count is: 8Good Bye

os.system.popen() 這個方法會打開一個管道,返回結果是一個連接管道的文件對象,該文件對象的操作方法同open(),可以從該文件對象中讀取返回結果。如果執行成功,不會返回狀態碼,如果執行失敗,則會將錯誤信息輸出到stdout,并返回一個空字符串。這里官方也表示subprocess模塊已經實現了更為強大的subprocess.Popen()方法。

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 国产高清免费av | 欧美一级淫片免费视频魅影视频 | 亚洲精品亚洲 | 欧美激情视频网 | 国产综合精品 | 日韩在线第一 | 日韩免费视频一区二区视频在线观看 | 在线aaa| 四虎影院最新 | 久久黄网站 | 国产精品色婷婷 | 青青草久 | 人人澡超碰碰97碰碰碰 | 欧美黄色a | 国产日比视频 | 一区二区视频免费观看 | 在线男人天堂 | 日韩一级片在线免费观看 | 国产精品第六页 | 台湾av在线播放 | 欧美一区二区三区四区五区 | 特级做a爱片免费69 51avi | 日韩一级片免费看 | 国产色视频 | 欧美黄色录像 | 日日狠狠久久偷偷四色综合免费 | 五月激情六月婷婷 | 亚洲五月综合 | 国产中文字幕一区二区三区 | 黄色一级大片免费版 | 免费中文字幕日韩 | 激情五月网站 | 亚洲免费婷婷 | 国产伦精品一区二区三区四区视频 | 在线免费看av网站 | 欧美日韩视频在线播放 | 嫩草99| 亚洲天堂免费 | 五月天综合 | 国产精视频 | 欧日韩一区二区三区 |