【python】关闭 os.popen()的方法
2021-01-14 21:12
阅读:661
标签:style 方法 open activity pen shel find bsp pytho 执行上述代码后会os.popen后台并不会结束 需要改为 【python】关闭 os.popen()的方法 标签:style 方法 open activity pen shel find bsp pytho 原文地址:https://www.cnblogs.com/ffrs/p/12939683.html
cmd = os.popen(‘adb shell dumpsys activity|findstr mFocus‘).read()
cmd = os.popen(‘adb shell dumpsys activity|findstr mFocus‘)
data = cmd.read()
cmd.close()
上一篇:冒泡排序、选择排序、插入排序
下一篇:python 装饰器
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:【python】关闭 os.popen()的方法
文章链接:http://soscw.com/index.php/essay/41944.html
文章标题:【python】关闭 os.popen()的方法
文章链接:http://soscw.com/index.php/essay/41944.html
评论
亲,登录后才可以留言!