2007年01月11日 星期四 16:39
为什么在写程序时不用import模块就可以:oFile = file("text.txt")的??
2007年01月11日 星期四 16:43
On 1/11/07, jessinio <jessinio在163.com> wrote: > 为什么在写程序时不用import模块就可以:oFile = file("text.txt")的?? > file是一个内置的函数,python有许多内置的函数。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2007年01月11日 星期四 17:23
是 2007/1/11, jessinio <jessinio在163.com>: > 为什么在写程序时不用import模块就可以:oFile = file("text.txt")的?? >
2007年01月11日 星期四 21:14
On 1/11/07, jessinio <jessinio at 163.com> wrote: > > 为什么在写程序时不用import模块就可以:oFile = file("text.txt")的?? > > > _______________________________________________ > 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 >>> file>>> type(file) file 算是个类型对象了,可以被继承。 -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070111/047838a9/attachment.html
Zeuux © 2025
京ICP备05028076号