DEV Community

CHENG QIAN
CHENG QIAN

Posted on

php数组转字符串不产生斜杠的方法json_encode($sendData,JSON_UNESCAPED_SLASHES)

JSON_UNESCAPED_SLASHES

json_encode($sendData,JSON_UNESCAPED_SLASHES)

Enter fullscreen mode Exit fullscreen mode

Top comments (0)