摘要: Doucment(Dom)文档对象,用户控制html文档中的元素, <span id="span" onclick="fun();">1111</span> <div id="div">2222</div> <script> function fun(){ alert("span被点了") } fu 阅读全文
posted @ 2022-01-10 16:09 open520 阅读(23) 评论(0) 推荐(0)