I wrote a query interface using Laravel in PHP to export data and output it as JSON. There are escape characters in JSON. How should I remove them?
?
? 2022-01-09 18:39:44
0
2
881

微信图片_20220109183936.png微信图片_20220109183941.png

?
?

reply all(2)
黑白

It is recommended that you use model query, and set the field to an array in the corresponding model file

逆旅行人

JSON.parse() or replace

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template