怎么样实现汉字首拼音查询?
如在数据库中,select * from Books where name='程序员'
转成,select * from Books where name='CXY'
这样用户的输入就非常方便。
谢谢
---------------------------------------------------------------
http://www.csdn.net/develop/read_article.asp?id=13845的C#版(利用cache)
1<script language="c#" runat="server"></script>