php接收不到axios傳遞的id值的原因是什么?
axios跟傳統的ajax不同,它更符合http傳輸數據的規范。
需要支持的話,get方法將參數放到param里
post方法用qs模塊的stringify序列化后填入data,同時需要加上Content-type請求頭為application/x-www-form-urlencoded; charset=utf-8
php接收不到axios傳遞的id值的原因是什么?
axios跟傳統的ajax不同,它更符合http傳輸數據的規范。
需要支持的話,get方法將參數放到param里
post方法用qs模塊的stringify序列化后填入data,同時需要加上Content-type請求頭為application/x-www-form-urlencoded; charset=utf-8