日期:2014-05-16  浏览次数:20275 次

js手动创建json对象
var profitVal = "{income:'',expend:''}";
this.profit=eval('('+profitVal+')');

eval一下就ok了.