post請求
serialNo?=?request.POST.get('orderSerialNo',?1234445)
post請求這樣獲取,為什么會報錯啊
AttributeError: 'int' object has no attribute 'POST'
serialNo?=?request.POST.get('orderSerialNo',?1234445)
post請求這樣獲取,為什么會報錯啊
AttributeError: 'int' object has no attribute 'POST'
2020-06-11
舉報
2021-02-01
?
request.POST
?的值永遠是字符串