json 转 字符串

//  json 转 字符串
var result = JSON.stringify(sureorderDto);

你可能感兴趣的:(json 转 字符串)