Language: HTML document.onkeydown=function (e){ var currKey=0,evt=e||window.event; currKey=evt.keyCode||evt.which||evt.charCode; if (currKey == 123) { window.event.cancelBubble = true; window.event.returnValue = false; } }
摘要: Silver Cow Party 原文链接 https://www.cnblogs.com/-Dominate-/p/13278532.html Description One cow from each of N farms (1 ≤ N ≤ 1000) conveniently numbered 阅读全文
posted @ 2020-07-10 11:56 DDDOMINATE 阅读(90) 评论(0) 推荐(0)