07 2013 档案

摘要:后台转JOSN格式: TrainStudentBll bll = new TrainStudentBll(); string where = " and a.STATUS=2"; DataTable dtExpense = bll.GetExpenseId(id, where); if (dtExpense.Rows.Count > 0) { items.Append("["); for (int i = 0; i '; if (datas != "") { var data = jQuery.parseJSON(dat 阅读全文
posted @ 2013-07-04 16:15 蔡云云