摘要:
function autocomplete(oTextbox, oEvent, arrValues) { switch (oEvent.keyCode) { case 38: // á键 case 40: // â键 case 37: // ß键 case 39: // à键 case 33: // Page U... 阅读全文
posted @ 2004-12-06 18:11
浙林龙哥
阅读(705)
评论(1)
推荐(0)
浙公网安备 33010602011771号