2006年05月31日 星期三 14:12
Z。Q: 照抄了几行源代码 > import cherrypy > > class HelloWorld: > def index(self): > return "we have an messeage\n" > index.exposed = True > > def showmessage(self): > return "foo!" > showmessage.exposed=True > > > cherrypy.root = HelloWorld() > > if __name__ == '__main__': > cherrypy.server.start() > cmd: D:\cherrypy>python helloworld.py 31/May/2006:13:56:24 HTTP INFO Serving HTTP on http://localhost:9000/ http://127.0.0.1:9000/ 我在这个页面什么也刷不出来。晕倒了。 -- IT民工 blog:http://www.iexper.com/blog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060531/f8419f4b/attachment.html
Zeuux © 2025
京ICP备05028076号