jsondata 后台返回的datatable
if (jsondata != null && jsondata.length > 0) { for (var j = 0; j < jsondata.length; j++) { jsondata[j]; }; }