function getFormJson(frm) { var o = {}; var a = $(frm).serializeArray(); $.each(a, function () { if (o[this.name] !== undefined) { if (!o[this.name].p Read More
posted @ 2017-10-11 16:46 xzzzys Views(1057) Comments(0) Diggs(0)
/** * * 测试关系图 graph type* */var coors1 = [['1', 0],['2', 182],['5', 290],['6', 330],['7', 310],['10',300]];var data = [coors1];var optionSeries = [];f Read More
posted @ 2017-10-11 15:18 xzzzys Views(1284) Comments(0) Diggs(0)