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

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

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

瀏覽:31日期: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’)

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

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

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 美女天堂网 | 肉视频在线观看 | 精品美女在线视频 | 欧美国产免费 | 国产视频1区2区 | 蜜桃网av| 久久国内精品视频 | 日韩精品免费在线 | 香蕉视频网站 | 日本高清不卡一区 | 一级片在线视频 | 欧美人体视频 | 伊人久久亚洲 | 亚洲一区二区三区视频在线 | 久久久99国产精品免费 | 日韩乱论 | 亚洲视频免费观看 | 欧美精品xxx | 激情久久久久久久 | 国产免费自拍视频 | 夜夜躁天天躁很躁 | 久久网免费视频 | 午夜精品一区二区三区在线视频 | 热热热热色 | 人人插人人看 | 久久日本视频 | 日本色网站| 亚洲视频黄 | 日韩成人免费在线 | 二区三区在线视频 | 另类视频在线 | 日在线视频 | 亚洲永久av | 日韩不卡中文字幕 | www.久久久久.com | 人人超碰在线 | 成人欧美一区二区三区白人 | 亚洲永久精品在线观看 | 亚洲特级毛片 | 亚洲区小说区图片区qvod | 天堂av网在线 |