2006年12月03日 星期日 20:42
大家好,我想获取windows系统目录,找了好久,不知用什么函数可以实现,请大侠们帮助。 谢谢! -- ---------------------------------------- 雷振林 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061203/7dd31567/attachment.html
2006年12月03日 星期日 21:04
import os
print os.getenv('WINDIR')
2006/12/3, ray8866 zh <ray8866 at gmail.com>:
> 大家好,我想获取windows系统目录,找了好久,不知用什么函数可以实现,请大侠们帮助。
> 谢谢!
>
> --
> ----------------------------------------
> 雷振林
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
2006年12月04日 星期一 10:55
非常感谢! On 12/3/06, 隋刚 <blackjacksg at gmail.com> wrote: > > import os > print os.getenv('WINDIR') > > 2006/12/3, ray8866 zh <ray8866 at gmail.com>: > > 大家好,我想获取windows系统目录,找了好久,不知用什么函数可以实现,请大侠们帮助。 > > 谢谢! > > > > -- > > ---------------------------------------- > > 雷振林 > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- ---------------------------------------- 雷振林 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061204/124029c2/attachment.htm
Zeuux © 2025
京ICP备05028076号