中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

深圳網(wǎng)站制作中aSP檢測網(wǎng)站郵箱Email是否有效

2021-10-07    分類: 網(wǎng)站制作

用aSP程序檢測網(wǎng)站郵箱Email是否有效
<%
function IsValidEmail(email)
dim names, name, i, c
IsValidEmail = true
names = Split(email, "@") 是否含有郵箱的必需條件@字符
if UBound(names) <> 1 then
IsValidEmail = false
exit function
end if
for each name in names
if Len(name) <= 0 then
IsValidEmail = false
exit function
end if
for i = 1 to Len(name)
c = Mid(name, i, 1)
if InStr("abcdefghijklmnopqrstuvwxyzaBCDEFGHIJKLMNOPQRSTUVWXYZ_-.", c) <= 0 and not IsNumeric(c) then ‘限定某些特定字符
IsValidEmail = false
exit function
end if
next
if Left(name, 1) = "." or Right(name, 1) = "." then
IsValidEmail = false
exit function
end if
next
if InStr(names(1), ".") <= 0 then
IsValidEmail = false
exit function
end if
i = Len(names(1)) - InStrRev(names(1), ".")
if i <> 2 and i <> 3 then
IsValidEmail = false
exit function
end if
if InStr(email, "..") > 0 then
IsValidEmail = false
end if
end function
%>

當(dāng)前名稱:深圳網(wǎng)站制作中aSP檢測網(wǎng)站郵箱Email是否有效
當(dāng)前地址:http://m.rwnh.cn/news12/130112.html

網(wǎng)站建設(shè)、網(wǎng)絡(luò)推廣公司-創(chuàng)新互聯(lián),是專注品牌與效果的網(wǎng)站制作,網(wǎng)絡(luò)營銷seo公司;服務(wù)項(xiàng)目有網(wǎng)站制作

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

綿陽服務(wù)器托管
沈丘县| 舞阳县| 金乡县| 双辽市| 永济市| 永定县| 贵德县| 安图县| 青州市| 噶尔县| 砀山县| 裕民县| 宾阳县| 资兴市| 封开县| 凉城县| 崇左市| 绍兴县| 股票| 丹寨县| 灵台县| 临澧县| 营山县| 黑龙江省| 元江| 庆安县| 汤阴县| 台北县| 建昌县| 揭阳市| 灵璧县| 巍山| 丽江市| 三江| 贞丰县| 神木县| 章丘市| 横峰县| 牙克石市| 盖州市| 五峰|