I have this piece of code in my PHP code:
while ($row = mysqli_fetch_assoc($result)) { extract($row); echo \"\"; echo \" 14条回答 攒了一身酷 (楼主) 2020-12-16 16:09 You have to replace left square brackets and right square brackets with this: data: $(this).serialize().replace(/%5B/g, '[').replace(/%5D/g, ']'), 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You have to replace left square brackets and right square brackets with this:
data: $(this).serialize().replace(/%5B/g, '[').replace(/%5D/g, ']'),