yu.dh
yu.dh
@redbar0n this repo seems not in maintenance, do you interesting to create a new one(or fork this one)? I can help to contribute.
``` #coding:utf-8 import json import web from models import Todos from web.httpserver import StaticMiddleware urls = ( '/', 'index', #返回首页 '/todo', 'todo', # 处理POST请求 '/todo/(\d*)', 'todo', # 处理前端todo的请求,对指定记录进行操作 '/todos/', 'todos',...
结构是 init_sqlite.py models.py . . . static - xxx.png - xxx.css - xxx.js 根目录static下js都能访问,png和css访问不了报上面的错误,html也加载不成功,服务器500