摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-07-12 12:33 木子欢儿 阅读(511) 评论(0) 推荐(0)
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-07-12 12:06 木子欢儿 阅读(375) 评论(0) 推荐(0)
摘要: <button>操作内容</button> <script> var ele=document.querySelector('div'); var btn=document.querySelector('button'); // //获取文本元素内容 // console.log(ele.inner 阅读全文
posted @ 2022-07-12 11:34 木子欢儿 阅读(27) 评论(0) 推荐(0)
摘要: <div>一号</div> <div class="box">二号</div> <div class="box content">三号</div> <div class="box" id="container">四号</div> <script> // 获取元素方式 //根据ID,没有ID值为nul 阅读全文
posted @ 2022-07-12 11:04 木子欢儿 阅读(39) 评论(0) 推荐(0)