2006年09月13日 星期三 12:12
ÀýÈ磬 import subprocess mystring '-all' sts = subprocess.call('ipconfig -all', shell = True) Ôõô°Ñ-all ÓÃmystring´úÌ棿 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20060913/62a2107a/attachment.html
2006年09月13日 星期三 12:18
On 9/13/06, xhsoldier <xhsoldier在163.com> wrote: > > > > 例如, > import subprocess > mystring '-all' > sts = subprocess.call('ipconfig -all', shell = True) > > 怎么把-all 用mystring代替? > sts = subprocess.call('ipconfig %s' % mystring, shell = True) 建议你还是找本python的入门书先看上一两个星期吧。许多最基本的东西你还不知道啊。你这样不叫学习。 -- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad
Zeuux © 2025
京ICP备05028076号