在新版本Django2.x中,url的路由表示用path和re_path代替, 模块的导入由django1.x版本的from django.conf.urls import url,include 变成现在的Django2.x中的from ...
確定! 回上一頁