html js_cc_08_add_event2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html js_cc_08_add_event2相关的知识,希望对你有一定的参考价值。

    function event_alert(){
      alert("ボタンが押されました");
    }
    var button = document.getElementById("alert");
    button.addEventListener('mouseover', event_alert, false);
js_cc_08_add_event2
-------------------


A [Pen](https://codepen.io/m-shinkawa/pen/aKOOQx) by [m-shinkawa](https://codepen.io/m-shinkawa) on [CodePen](https://codepen.io).

[License](https://codepen.io/m-shinkawa/pen/aKOOQx/license).
  <button id="alert">アラート</button>

以上是关于html js_cc_08_add_event2的主要内容,如果未能解决你的问题,请参考以下文章

html js_cc_06_dom

html js_cc_06_challenge_dom

markdown js_cc_03_challenge_loop_while2

markdown js_cc_06_apple

markdown js_cc_05_scope

markdown js_cc_05_func