python和linux命令交互方式总结 lines = os.popen("netstat -an|grep ':3306' |awk '{print $5, $6}'").readlines()
?