摘要:
# -*-encoding:utf-8 -*-"""Basic Blog using webpy 0.3 """import webimport configimport controllers app= web.application(config.urls,globals())if __name__ =='__main__': app.run() class Index: def GET(self): web.header('Content-Type','text/html;charset= 阅读全文
posted @ 2011-07-01 13:09
永不言败
阅读(624)
评论(0)
推荐(0)

浙公网安备 33010602011771号