当前位置:网站首页>TP5 using post to receive array data times variable type error: solution to array error

TP5 using post to receive array data times variable type error: solution to array error

2022-06-24 09:57:00 BigChen_ up

Use post When transferring array data to the background variable type error: array Report errors

This is because post Submitting data cannot submit arrays and objects

 Insert picture description here
resolvent :

When receiving data again, add a... After the parameter /a That's all right.

$arrid = input('arrid/a')
原网站

版权声明
本文为[BigChen_ up]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206240807401226.html