摘要:
function keypressed() { var nShiftState = 0; if (event.shiftKey) nShiftState += 1; if (event.ctrlKey) nShiftState += 2; if (event.altKey) nShiftState += 4; keyboradProcess(event.keyCode, nS... 阅读全文
posted @ 2010-06-10 18:03
纽奈
阅读(142)
评论(0)
推荐(0)
浙公网安备 33010602011771号