深山工作室

深山工作室 >

asp获取汉字拼音的第一个字母

 <%
'获取汉字拼音第一字母
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 
%>
前一页:两个ASP中防止SQL注入式攻击
后一页:检测非法字符
相关阅读
asp获取汉字拼音的第一个字母
旅游网站的企业站自定义功能完成。
javascript 根据汉字拼音首字母快速定位下拉列表
javascript取汉字拼音首字母缩写程序
ASP汉字转拼音,支持自定义特殊词语
仿taobao效果拼音字母检索功能
asp汉字转换为拼音
Javascript输入汉字自动转换为首字母的拼音码
更多>>ASP相关信息
ASP中Utf-8与Gb2312编码转换乱码问题的解决方法页面编码声明
asp显示随机密码
通过阿里云服务接口获得ip地址详细信息
iis点开后任务栏上有显示,但是窗口看不到的解决办法
RSA加密解密插件
更多>>最新添加
dw里面查找替换使用正则删除sqlserver里面的CONSTRAINT
Android移动端自动化测试:使用UIAutomatorViewer与Selenium定位元素
抖音直播音挂载小雪花 懂车帝小程序
javascript获取浏览器指纹可以用来做投票
火狐Mozilla Firefox出现:无法载入您的Firefox配置文件 它可能已经丢失 或是无法访问 问题解决集合处理办法