09 2009 档案

摘要:js获取屏幕高度和宽度的几个方法 页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offsetHeight (包括边线的高)网页正文全文宽: document.body.scrol... 阅读全文
posted @ 2009-09-15 14:15 iZiYue 阅读(526) 评论(0) 推荐(0)
摘要:/// <summary> /// 转全角 /// </summary> /// <param name="input">字符串</param> /// <returns>全角字符</returns> public static string ToSBC(this string input) { char[] c = inpu... 阅读全文
posted @ 2009-09-02 22:08 iZiYue 阅读(223) 评论(0) 推荐(0)

ChinaHDTV.ORG