用asp实现网址和邮件地址的转换函数

时间:2024-01-23 18:45:19
【文件属性】:

文件名称:用asp实现网址和邮件地址的转换函数

文件大小:29KB

文件格式:PDF

更新时间:2024-01-23 18:45:19

AS asp 函数

网址和邮件地址的转换函数<% function URLconvert(str)  convertstr=str urlLocation=instr(convertstr,”http://”) if (urlLocation=0) and (mailLocation=0) then  URLconvert=convertstr exit function end if if urlLocation<>0 then rightstr=str Do while urlLocation<>urlLocationend urlLocation=instr(rightstr,”http://”) urlL


网友评论