摘要: 这种形式的数据同过POST提交数据在TP5框架内通过$request->post(‘参数’);去接收就会报错。 variable type error:array 这是因为tp5不能用post去接收数组‘data’:[1,2,3,4,5]这种数据。 在通过request的post方法取获取时,pos 阅读全文
posted @ 2022-09-21 10:22 路三千 阅读(1665) 评论(0) 推荐(0)