Python论坛  - 讨论区

标题:[python-chinese] 如何在字符串中加入其他变量?

2006年09月13日 星期三 12:12

xhsoldier xhsoldier在163.com
星期三 九月 13 12:12:01 HKT 2006

 
 
ÀýÈ磬
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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月13日 星期三 12:18

limodou limodou在gmail.com
星期三 九月 13 12:18:44 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号