05 2017 档案

 
python调用shell脚本
摘要:# coding=utf-8 //设置文本格式import os //导入os方法print('hello')n=os.system('/home/csliyb/kjqy_xcy/bdse-tour-dp-2.1/bin/test.sh') //调用shell脚本print '执行完毕' 阅读全文
posted @ 2017-05-03 16:25 在路上------ 阅读(15688) 评论(0) 推荐(0)