Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个代码,但我不能让它工作。或者通过 jQuery 我只是不能这样做?
$(document).keyup(function(e) { if(e.which == 44) { alert("11"); e.preventDefault(); } });