易截截图软件、单文件、免安装、纯绿色、仅160KB

一个关于ASP汉字转拼音的问题!

<%
function getpychar(char)
dim tmpp:tmpp=65536+asc(char)
if(tmpp>=45217 and tmpp <=45252) then
getpychar= "A"
elseif(tmpp>=45253 and tmpp <=45760) then
getpychar= "B"
elseif(tmpp>=45761 and tmpp <=46317) then
getpychar= "C"
elseif(tmpp>=46318 and tmpp <=46825) then
getpychar= "D"
elseif(tmpp>=46826 and tmpp <=47009) then
getpychar= "E"
elseif(tmpp>=47010 and tmpp <=47296) then
getpychar= "F"
elseif(tmpp>=47297 and tmpp <=47613) then
getpychar= "G"
elseif(tmpp>=47614 and tmpp <=48118) then
getpychar= "H"
elseif(tmpp>=48119 and tmpp <=49061) then
getpychar= "J"
elseif(tmpp>=49062 and tmpp <=49323) then
getpychar= "K"
elseif(tmpp>=49324 and tmpp <=49895) then
getpychar= "L"
elseif(tmpp>=49896 and tmpp <=50370) then
getpychar= "M"
elseif(tmpp>=50371 and tmpp <=50613) then
getpychar= "N"
elseif(tmpp>=50614 and tmpp <=50621) then
getpychar= "O"
elseif(tmpp>=50622 and tmpp <=50905) then
getpychar= "P"
elseif(tmpp>=50906 and tmpp <=51386) then
getpychar= "Q"
elseif(tmpp>=5


相关问答:

asp 调用java写的webservice - Web 开发 / ASP

在asp里怎么调用java写的webservice方法,有很多方法
- <message name="RtPnrIn">
  <part name="bstrPnrNO" type="s:string" /> 
  <part name ......

如何用ASP读取 XML - Web 开发 / ASP

<?xml version="1.0"?>
<root>
<status>433</status>
<msg>这个是汉字</msg>
<serialno>123</serialno>
</root>
如何用ASP读取 status值 ......

asp数据库问题 - Web 开发 / ASP

各位大虾,我做了一个ASP得通讯录,但是除了查询功能好像其他都有问题,其中添加功能如下,能指导一下我哪里出错了吗?
<html>
<head>
<title>无标题文档</title>
</head>
<b ......

ASP伪静态 - Web 开发 / ASP

asp虚拟主机实现伪静态的方法:
1、 重写url参数
Step1: 建立前台文件index.asp,修改url参数形式。由于读取数据库中的记录不是专题的重点,故直接给出:
<!--#include file="config.asp" -->
&l ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号