post請(qǐng)求
serialNo?=?request.POST.get('orderSerialNo',?1234445)
post請(qǐng)求這樣獲取,為什么會(huì)報(bào)錯(cuò)啊
AttributeError: 'int' object has no attribute 'POST'
serialNo?=?request.POST.get('orderSerialNo',?1234445)
post請(qǐng)求這樣獲取,為什么會(huì)報(bào)錯(cuò)啊
AttributeError: 'int' object has no attribute 'POST'
2020-06-11
舉報(bào)
2021-02-01
?
request.POST
?的值永遠(yuǎn)是字符串