2013-10-03 62 views

回答

0

如果你想要更多的東西可讀可使用:

function runScript(e) { 
    if(String.fromCharCode(e.keyCode) == "a") { 
    //Some code 
    } 
} 
相關問題