色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

簡單了解python調(diào)用其他腳本方法實(shí)例

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

1.用python調(diào)用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’)

運(yùn)行結(jié)果:

[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調(diào)用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'

運(yùn)行結(jié)果:

[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調(diào)用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’)

運(yùn)行結(jié)果:

[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() 這個方法會打開一個管道,返回結(jié)果是一個連接管道的文件對象,該文件對象的操作方法同open(),可以從該文件對象中讀取返回結(jié)果。如果執(zhí)行成功,不會返回狀態(tài)碼,如果執(zhí)行失敗,則會將錯誤信息輸出到stdout,并返回一個空字符串。這里官方也表示subprocess模塊已經(jīng)實(shí)現(xiàn)了更為強(qiáng)大的subprocess.Popen()方法。

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 成人的天堂 | 国产午夜精品久久久久免费视 | 亚洲一区亚洲二区 | 国产成人高清在线观看播放 | 成人性色生活片全黄 | 99在线精品视频在线观看 | 香港国产特级一级毛片 | 在线观看日本免费视频大片一区 | 国产午夜精品理论片免费观看 | 一级毛片免费观看 | 亚洲影院国产 | 欧美性色黄大片在线观看 | 国产精品激情丝袜美女 | 国产美女拍拍拍在线观看 | 在线中文字幕视频 | 欧美性性性性性色大片免费的 | 中文字幕乱 | 欧美在线一区视频 | 免费被黄网站在观看 | 欧美九九视频 | 国产精品美女免费视频大全 | 日韩欧美高清在线观看 | 久草 在线| 中文字幕在线看片成人 | 成人精品一区二区激情 | 中文字幕一区二区三区亚洲精品 | 日本wwwwwwwww| 高清成人爽a毛片免费网站 高清大学生毛片一级 | 91精品国产爱久久久久久 | 成人在线观看一区 | 天天se天天cao综合网蜜芽 | 日本人成18在线播放 | 日本乱人伦毛片 | 美国毛片一级视频在线aa | 久久精品国产一区 | 三级视频网站在线观看播放 | 深夜福利视频大全在线观看 | 欧美一级级毛片 | 国产欧美精品一区二区三区 | 免费观看欧美一级牲片一 | 欧美做爰野外在线视频观看 |