python學習之-獲取get和post請求

1.python接收get請求裏的參數python req = request.args.get('xxx')post 2.python接收post請求裏的參數 orm req = request.form.get('xxx') get
相關文章
相關標籤/搜索