$('#myDiv').on("mouseover mouseenter", function (e) {. 2. var el = $("#" + e.type);. 3. var n = el.text();. 4. el.text(++n);.
確定! 回上一頁