教你如何在asp下去除数组中的重复项
2019-08-23 07:31:21来源:爱站网 阅读 ()
在查看asp编码的时候我们可以在其中发现有许多的数组重复项,但是一点点删除又太麻烦了,那么我们现在就让小编教你如何在asp下去除数组中的重复项吧。
?
<%
Function MoveR(Rstr)
Dim i,SpStr
SpStr = Split(Rstr,",")
For i = 0 To Ubound(Spstr)
If I = 0 then
MoveR = MoveR & SpStr(i) & ","
Else
If instr(MoveR,SpStr(i))=0 and i=Ubound(Spstr) Then
MoveR = MoveR & SpStr(i)
Elseif instr(MoveR,SpStr(i))=0 Then
MoveR = MoveR & SpStr(i) & ","
End If
End If
Next
End Function
response.write MoveR("abc,abc,dge,gcg,dge,gcg,die,dir,die")%>
?
结果是:abc,dge,gcg,die,dir
如果是两个数组进行对比,去掉相同的数组元素:
?
<%
??????? Function mover(farray,sarray)
??????? a = Split(farray, ",")
??????????? Set dic = CreateObject("Scripting.Dictionary")
??????????? For k=0 To UBound(a)
???????????? If a(k)<> "" Then dic.Add "_" & a(k), a(k)
??????????? Next
??????????? a = Split(sarray, ",")
??????????? For k=0 To UBound(a)
??????????????? If a(k)<> "" Then
??????????????????? If dic.Exists("_" & a(k)) Then
??????????????????? dic.Remove "_" & a(k)
??????????????????? End If
??????????????? End If
??????????? Next
??????????? items = dic.Items()
??????????? Set dic = Nothing
??????????? moveR=Join(items, ",")
??????? End Function
n1 = "a,b,1,11,12,13,14,15,16,17,19,20,22"
n2 = "a,1,12,14,18,19,20"
response.write mover(n1,n2)
%>
?
结果是:
3.数组A中有为空的元素(如a=array("ww","ss","","dd","","ee")),
?想把这些空元素从数组A中去掉.并把去掉空元素有的数组赋给数组B.
?
?str=""
for i = lbound(A) to ubound(A)
if A(i)<>"" then
if i<>lbound(A) then str = str + "," end if
str = str & A(i)
end if
next
b = split(str,",")
上文中介绍了教你如何在asp下去除数组中的重复项的内容,大家下次若是还需要除数组中的重复项就可以参照这些解决办法,基本上可以搞定。
原文链接:https://js.aizhan.com/develop/asp/8360.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:asp下几种计算分页的方法
- asp中设置session过期时间方法总结 2020-03-30
- asp中日期时间函数介绍 2020-03-30
- asp教程中get post提交表单有5点区别 2020-03-30
- ASP 时间函数及如何获取服务器时间的写法 2020-03-30
- asp中的ckEditor的详细配置小结 2020-03-30
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash