av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

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

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

瀏覽:3日期: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在线 | 九色.com| 免费在线日韩 | 精品国产一区二区三区av片 | 国产一区二区三区 | 亚洲国产成人精品女人久久久 | 国产精品精品视频一区二区三区 | 九九视频在线观看视频6 | 亚洲一区二区三区在线观看免费 | 天天干干 | 亚洲精品视频一区 | 97人人澡人人爽91综合色 | 亚洲视频www | 精品久久久久久久久久久久久久 | 天天爽天天操 | 91精品国产综合久久久久久 | 国产精品美女一区二区 | 国产一区二区三区在线视频 | 久久天堂网 | 国产婷婷色一区二区三区 | 成人不卡 | 欧美视频在线一区 | 国产精品久久久久久久久久 | 欧美日韩国产在线观看 | 久久久久久高潮国产精品视 | 精品免费视频 | 欧美视频中文字幕 | 韩日av在线 | 成人免费视屏 | 国产精品一区久久久 | 一区二区三区中文 | 先锋资源站 | www.97zyz.com| 91精品国产色综合久久 | 日韩欧美精品一区 | 国产精品污www一区二区三区 | 久久久人 | 日韩欧美二区 | 超碰精品在线 | 精品国产18久久久久久二百 |