12 2005 档案

posted @ 2005-12-26 19:03 MaxIE 阅读(69) | 评论 (0) 编辑
posted @ 2005-12-22 14:34 MaxIE 阅读(141) | 评论 (0) 编辑
posted @ 2005-12-22 14:17 MaxIE 阅读(177) | 评论 (0) 编辑
posted @ 2005-12-22 14:16 MaxIE 阅读(69) | 评论 (0) 编辑
posted @ 2005-12-22 14:15 MaxIE 阅读(61) | 评论 (0) 编辑
摘要: JavaScript在WEB编程中能起到很大的作用,将一些常用的功能写成JavaScript类库。将下面代码保存为Common.js类库功能:1.Trim(str)--去除字符串两边的空格2.XMLEncode(str)--对字符串进行XML编码3.ShowLabel(str,str)--鼠标提示功能(显示字符,提示字符)可以设置显示的提示的文字的字体、颜色、大小以及提示的背景颜色、边框等4.Is...阅读全文
posted @ 2005-12-22 14:13 MaxIE 阅读(412) | 评论 (0) 编辑