解析html,将解析到的结果返回 def add2_v2(request, a, b): return HttpResponseRedirect(reverse('add2', args=(a, b))) #### 返回html def ...
確定! 回上一頁