ArticleViewPage = { DownFile: function (id) { $.post("/PortalMobileAjax.SeeFile.data", { "ID": id }, function (data) { if (data.Success) window.location.href = data.RetUrl; else alert("路径错误!"); }, "json"); } };