摘要: 源码下载:https://github.com/al-one/array2 此方法可以让Asp数组像PHP数组一样拥有键。此方法依赖EasyIDE ASP Framework。方法:array2(arr,k,v)作用:创建/新增/修改数组元素参数:arr 数组名参数:k 键名key参数:v 值value返回:array2 array2类型的数组用法: array2 arr,"key","hello would" '创建一个名为arr的数组,并且有一个键为"key"、值为"hello would"的元素 ar 阅读全文
posted @ 2013-10-18 12:24 Al-one 阅读(989) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Alipay Banner - 合肥网站建设www.an56.net</title><style type="text/css">.bn-alp { width:100%; height:400px; position:relative; }.bn-al 阅读全文
posted @ 2013-04-03 14:01 Al-one 阅读(3507) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>图片切换 - 合肥网站建设www.an56.net</title><script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><st 阅读全文
posted @ 2013-03-24 13:40 Al-one 阅读(1767) 评论(0) 推荐(0) 编辑
摘要: 中央气象台的天气预报API:http://www.weather.com.cn/data/sk/101221703.htmlhttp://www.weather.com.cn/data/cityinfo/101221703.htmlhttp://m.weather.com.cn/data/101221703.html101221703即是城市在中央气象台数据库中城市码。城市码获取步骤:1. 通过http://m.weather.com.cn/data5/city.xml 获取省份列表;2. 通过http://m.weather.com.cn/data5/city22.xml 获取该省份的城市列 阅读全文
posted @ 2012-12-19 16:09 Al-one 阅读(455) 评论(0) 推荐(0) 编辑
摘要: '正则替换' @param strHTML 源字符串' @param strAny Pattern正则表达式' @param strResult 替换为,支持$1' @return stringFunction anReg(strHTML,strAny,strResult) Dim objRegExp, Match, Matches, tmp tmp = strHTML Set objRegExp = New Regexp objRegExp.IgnoreCase = True'忽略大小写 objRegExp.Global = True objR 阅读全文
posted @ 2012-12-05 16:00 Al-one 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 此版本不支持User-Agent,可自己在函数内添加。'HTTP请求方法' @param url 请求的URL地址' @param data 请求的参数,如client_id=11118888&state=test&...,各个参数请进行URL编码' @param method 发送请求的方式,取GET或POSTFunction anhttp(url,data,method) Set XmlObj = Server.CreateObject("Microsoft.XMLHTTP") if method = "POST 阅读全文
posted @ 2012-12-04 10:11 Al-one 阅读(419) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript">function anHeJi(){ var count,cheng; count=0; for(var i=1;i<=3;i++) { cheng = document.getElementById("num"+i).value * document.getElementById("price"+i).value; count += cheng; } document.form.total.value = count;}</script>&l 阅读全文
posted @ 2012-12-03 13:46 Al-one 阅读(604) 评论(0) 推荐(0) 编辑
摘要: <p style="background:#666; font-weight:bold; padding:10px; font-size:30px; font-family:Georgia; text-align:center;"><script type="text/javascript">farbbibliothek = new Array();farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200",&q 阅读全文
posted @ 2012-12-03 12:53 Al-one 阅读(340) 评论(0) 推荐(0) 编辑
摘要: <%const OBJ_RST = "ADODB.Recordset"const OBJ_CONN = "ADODB.Connection"const OBJ_STRM = "ADODB.Stream"const OBJ_FSO = "Scripting.FilesyStemObject"const OBJ_XHTP = "MSXML2.XMLHTTP"const OBJ_DOM = "MSXML2.DOMDocument"'/////////基础操作函数部分& 阅读全文
posted @ 2012-12-03 10:51 Al-one 阅读(1327) 评论(0) 推荐(0) 编辑