如何获得带转义的json内容

stringify两次

JSON.stringify(JSON.stringify(obj))

原文地址:https://www.cnblogs.com/wolbo/p/11929182.html