国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

ASP教程之a(chǎn)sp中獲取漢字拼音的第一個字母

2024-05-04 11:07:19
字體:
供稿:網(wǎng)友

直接看代碼:

<script language="vbs" src="spellcode.vbs"> </script>
'獲取客戶簡稱的拼音縮寫
function getpy()
dim str
dim i
str=document.all.txtContactName.value
dim ret
for i=1 to len(str)
ret=ret&getpychar(mid(str,i,1))
next
document.all.txtSpellCode.value=ret
end function
getpychar=char
end if
end function
spellCode.vbs
'獲取漢字拼音第一字母
function getpychar(char)
dim tmp
tmp=65536+asc(char)
if(tmp> =45217 and tmp <=45252) then
getpychar= "A"
elseif(tmp> =45253 and tmp <=45760) then
getpychar= "B"
elseif(tmp> =45761 and tmp <=46317) then
getpychar= "C"
elseif(tmp> =46318 and tmp <=46825) then
getpychar= "D"
elseif(tmp> =46826 and tmp <=47009) then
getpychar= "E"
elseif(tmp> =47010 and tmp <=47296) then
getpychar= "F"
elseif(tmp> =47297 and tmp <=47613) then
getpychar= "G"
elseif(tmp> =47614 and tmp <=48118) then
getpychar= "H"
elseif(tmp> =48119 and tmp <=49061) then
getpychar= "J"
elseif(tmp> =49062 and tmp <=49323) then
getpychar= "K"
elseif(tmp> =49324 and tmp <=49895) then
getpychar= "L"
elseif(tmp> =49896 and tmp <=50370) then
getpychar= "M"
elseif(tmp> =50371 and tmp <=50613) then
getpychar= "N"
elseif(tmp> =50614 and tmp <=50621) then
getpychar= "O"
elseif(tmp> =50622 and tmp <=50905) then
getpychar= "P"
elseif(tmp> =50906 and tmp <=51386) then
getpychar= "Q"
elseif(tmp> =51387 and tmp <=51445) then
getpychar= "R"
elseif(tmp> =51446 and tmp <=52217) then
getpychar= "S"
elseif(tmp> =52218 and tmp <=52697) then
getpychar= "T"
elseif(tmp> =52698 and tmp <=52979) then
getpychar= "W"
elseif(tmp> =52980 and tmp <=53688) then
getpychar= "X"
elseif(tmp> =53689 and tmp <=54480) then
getpychar= "Y"
elseif(tmp> =54481 and tmp <=62289) then
getpychar= "Z"
else '如果不是中文,則不處理
getpychar=char
end if
end function

還有更多好的方法嗎?

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 三河市| 津南区| 扶绥县| 且末县| 金湖县| 荣成市| 北京市| 禄劝| 九龙坡区| 建昌县| 集安市| 镇原县| 宜春市| 延庆县| 沁阳市| 化隆| 法库县| 大关县| 鄯善县| 富锦市| 云梦县| 师宗县| 家居| 临安市| 杭州市| 晋城| 故城县| 台东市| 甘洛县| 南川市| 建湖县| 桂阳县| 济阳县| 济南市| 八宿县| 塔河县| 龙口市| 绥宁县| 定西市| 福泉市| 锦屏县|