object转json

var data = new Object(row);

var items = JSON.stringify(data);

原文地址:https://www.cnblogs.com/yuner-angel/p/7944271.html