首页上一页 1 下一页尾页 1 条记录 1/1页
javascript运行时出现"$"未定义
发表在ASP.NET图书答疑
2018-03-01
《ASP.NET项目开发实战入门》第7章 企业级进销存管理系统
是否精华
是
否
版块置顶:
是
否
$(function () {
document.getElementById('center').style.cssText = "height:" + (window.innerHeight - 120) + "px; overflow: auto; width: 100%;";
//center2
document.getElementById('center2').style.cssText = "height:" + (window.innerHeight - 140) + "px; overflow: auto; width: 100%;";
});
function tuichu() {
window.location.href = "../../Login.aspx";
}
</script