亚洲免费在线视频-亚洲啊v-久久免费精品视频-国产精品va-看片地址-成人在线视频网

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

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

瀏覽:2日期: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 編程
相關文章:
主站蜘蛛池模板: 久久久精品在线观看 | 在线观看日韩 | 久草在线新首页 | 性成人动作片在线看 | 精品一区二区高清在线观看 | 久久精品国产99久久6动漫欧 | 欧美精品自拍 | 亚洲成人黄色在线观看 | 亚洲国产欧美另类 | 澳门一级特黄真人毛片 | 成 人 黄 色 激 情视频网站 | 性欧美精品久久久久久久 | 久久手机视频 | 在线不卡一区二区 | 色综合久久88色综合天天提莫 | 国产成人精品三级91在线影院 | 精品国产精品久久一区免费式 | 亚洲一区二区三区精品影院 | www毛片com| 农村寡妇特一级毛片 | 久久―日本道色综合久久 | 无码精品一区二区三区免费视频 | 久久两性视频 | 日韩第一视频 | 亚洲国产一区二区三区综合片 | 久久99视频 | 国产3级在线观看 | 92看片淫黄大片看国产片 | 欧美在线一级va免费观看 | 国产亚洲三级 | 欧美在线乱妇一级毛片 | 国产精品日韩一区二区三区 | 综合精品视频 | 免费黄网大全 | 日本道综合一本久久久88 | 欧美a级在线观看 | 九九成人 | 国产下药迷倒白嫩丰满美女j8 | 久久这里只有精品视频99 | 在线精品欧美日韩 | 久久精品亚洲精品国产欧美 |