未整理

只能输入数字的输入框<input id="amount" style="IME-MODE: disabled; WIDTH: 60px; HEIGHT: 15px" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" maxlength="5" size="14" name="amount" type="text" />

 

按中文拼音排序,mysql用过,其他的数据库为实践过

ORDER BY convert(district2 USING gbk)

posted @ 2015-11-03 11:25  黑夜飞星  阅读(136)  评论(0)    收藏  举报