会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
Kevin.hhl
python常用运维模块
2017-07-20 18:23
Kevin.hhl
阅读(
109
) 评论(
0
)
收藏
举报
p = subprocess.Popen(
'
date
'
, stdout=subprocess.PIPE, shell=
True) p.wait()
return
p.stdout.read()
刷新页面
返回顶部
About