图中我访问地址如上,在urls.py中有path(r'^test2/(.*)/$),但就是访问不了view.test2括号内那个不是任意匹配的正则式吗?为什么错误提示didn't match any of these
.* ,*号才是匹配所有
path不用正则表达式