04 2014 档案
摘要:响应头信息原始头信息Cache-ControlprivateContent-Length78457Content-Typetext/html; charset=utf-8DateFri, 25 Apr 2014 06:19:18 GMTServerMicrosoft-IIS/7.5X-AspNet-...
阅读全文
摘要:一、实现方法//WebSiteThumbnail.cs文件,在BS项目中需要添加对System.Windows.Forms的引用using System;using System.Data;using System.Configuration;using System.Web;using Syste...
阅读全文
摘要:网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括...
阅读全文