摘要: <title>javascript图片大小处理函数</title><scriptlanguage=Javascript>varproMaxHeight=150;varproMaxWidth=110;functionproDownImage(ImgD){varimage=newImage();image.src=ImgD.src;if(image.width>... 阅读全文
posted @ 2010-10-18 09:08 Look_Sun 阅读(381) 评论(0) 推荐(0) 编辑
摘要: <scripttype="text/javascript">varyear=newDate().getFullYear();varmonth=newDate().getMonth();varresult=[];for(vari=1; i<=31; i++){varweekday=newDate(year, month, i).getDay();if(weekday==0||wee... 阅读全文
posted @ 2010-10-18 09:04 Look_Sun 阅读(668) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Text; using System.Text.RegularExpressions; namespace WebApplication1 { /// /// 汉字转拼音类 /... 阅读全文
posted @ 2010-10-18 08:58 Look_Sun 阅读(402) 评论(0) 推荐(0) 编辑