国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

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

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

運行結(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'

運行結(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’)

運行結(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)實現(xiàn)了更為強大的subprocess.Popen()方法。

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

標簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: ririai99在线视频观看 | 成人观看免费大片在线观看 | 日本三级中文字幕 | 亚洲精品一区二区在线播放 | xxx国产hd| 欧美一级aa免费毛片 | 成人在线高清 | 国产精品久久久久国产精品三级 | 美女黄18 | 久久久日韩精品国产成人 | 欧美一级精品高清在线观看 | 曰本aaaaa毛片午夜网站 | 日韩国产片 | 亚洲干综合| 九九精品视频在线播放 | 日韩欧美在线观看一区 | 亚洲天堂色视频 | 欧美一区二区精品系列在线观看 | 精品自拍视频在线观看 | 毛片在线看免费 | 免费国产一级特黄久久 | 亚洲最大激情中文字幕 | 免费一级毛片在线播放 | 国产成人精品午夜二三区 | 精品国产自在在线在线观看 | 亚洲欧美字幕 | 国产免费成人在线视频 | 亚洲精品大片 | 久色网址 | 国产成人在线综合 | 亚洲国产成人综合精品2020 | 成人在线免费 | 成年女人毛片免费观看中文w | 日韩精品视频免费在线观看 | 国产younv真实 | 亚洲精品国产成人7777 | 高清在线一区二区三区亚洲综合 | 日韩欧美理论片 | 伊人波多野结衣 | 一区二区三区视频网站 | 国产第一页在线观看 |