获取字符中中文首字字符
复制代码 代码如下:<% "获取字符中中文首字字符 "返回:A-Z;123;### PublicFunctionGetSpellChar(str) Dimtmp GetSpellChar="@" tmp=65536+Asc(str) If(tmp>=45217Andtmp<=45252)Or(tmp=65601)Or(tmp=65633)Or(tmp=37083)Then GetSpellChar="A1" ElseIf(tmp>=...