web.py+sqlite寫的簡單留言本

#!/usr/bin/env python #coding=utf-8 import os,web,time import sqlite3 as db urls = (         '/', 'hello',         '/add','add'         ) class hello:     def GET(self):         #實例化sqldb,而後獲取內容      
相關文章
相關標籤/搜索