搜索列表
-
ASP常用函数:getpy()
【ASP编程】<% '取字段数据每个汉字的拼音首字母 Function getpychar(char) tmp = 65536 + Asc(char) If(tmp>= 45217 And tmp<= 45252) Then &nbs...
ASP常用函数:getpy()
【ASP编程】<% '取字段数据每个汉字的拼音首字母 Function getpychar(char) tmp = 65536 + Asc(char) If(tmp>= 45217 And tmp<= 45252) Then &nbs...
ASP常用函数:getpy()