记录一个事情
mysql 中存 \t 代表\t 下图
mysql
用php从mysql取出来的时候,此时还在array中 \\t 下图
\\t
json_encode之后才会把\\t变成\\\\t 下图
json_encode
\\
\\\\t
php mysql \t 转义问题
原文:https://www.cnblogs.com/simuhunluo/p/9343673.html