django. url()函数看起来的格式象: url(r^/account/$', views.index, name=index) ... regex代表一个正则表达式,凡是与regex匹配的URL请求都会执行 ...
確定! 回上一頁