摘要: 一、实现方法//WebSiteThumbnail.cs文件,在BS项目中需要添加对System.Windows.Forms的引用using System;using System.Data;using System.Configuration;using System.Web;using Syste... 阅读全文
posted @ 2014-04-17 15:00 为乐而来 阅读(3557) 评论(0) 推荐(3) 编辑
摘要: 网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括... 阅读全文
posted @ 2014-04-17 14:59 为乐而来 阅读(186) 评论(0) 推荐(0) 编辑