$(function () { GetReaLgoldProductlist(""); }); function GetDateFormat(str) { return new Date(parseInt(str.substr(6, 13))).toLocaleDateString(); } function GetReaLgoldProductlist(keywords) { pageHelper.Init({ url: "/Teacher/ReaLgoldProduct/GetReaLgoldProductList", type: "POST", pageDiv: "#pages", data: { keywords: keywords, rId: Math.random(), }, bind: function (data) { var html = ""; if (data.Data.length > 0) { $(data.Data).each(function (index, dom) { //每行html var trHtml = ""; trHtml += "