window.onkeydown=function (e) { if (e.ctrlKey) { //其他几个类似shiftkey,altkey,metakey if( e.key == 'c'){ //这里最好用keycode可以无视大小写, ...
確定! 回上一頁