推荐学习书目
› Python Cookbook 1
imom0 Aug 30, 2010 via Android
大小写敏感的。默认提供的webapp就是这样写嘛。
|
2
GordianZ Aug 30, 2010
@CupTools
这段写的是dispatcher, 用户访问根路径"/"就显示首页,用户访问"/xxx"就提供跳转 http://code.google.com/appengine/docs/python/tools/webapp/wsgiapplicationclass.html |