How to send an argument to the view correctly?

前端 未结 0 1921
傲寒
傲寒 2020-12-08 01:11

Could anyone explain what is wrong here?

view:

class ProcessCreate(View):

   def get(self,request, appId, procId):
        context = {\'appId\': appId         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题