Solve the problem of slash and Chinese being escaped when returning json in thinphp

Solve the problem of slash and Chinese being escaped when returning json in thinphp

Use this command to output

json_encode($download_address,JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES)

Guess you like

Origin blog.csdn.net/qq_44255146/article/details/115143068