摘要:
List merchandise = [select Id,Name,Price__c,Quantity__c from Merchandise__c limit 1]; String goodsToJson = JSON.serialize(merchandise);//通过serialize方法序列化成JSON内容 String goodsToJsonPretty = JSON.serial... 阅读全文
posted @ 2017-02-27 10:51
香港胖仔
阅读(369)
评论(0)
推荐(0)