前端的一些技術知識點

1、有關鼠標的知識點 1. 將鼠標的光標定位到某個文本框中 $("#文本框ID").focus();javascript 2.鼠標放上去呈現手的形狀 cursor: pointer;css 3.判斷鼠標左擊仍是右擊 canvas.onmousedown = function(e) { if (e.button == 0) { alert("您點擊了鼠標左鍵!"); } e
相關文章
相關標籤/搜索