2回答

0收藏

我该如何读取和修改dom元素的property属性呢?

悬赏问答 悬赏问答 1087 人阅读 | 2 人回复 | 2022-05-23

1金钱
我该如何读取和修改dom元素的property属性呢?
我使用了console.dir(e),打印出了它的property,那么如何修改和读取这个对象里面的属性呢?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.   <title>Document</title>
  8. </head>
  9. <body>
  10.   <!-- 添加一个新的自定义attribute -->
  11.   <div id="box" class="box"></div>
  12. </body>
  13. <script>
  14.   const e = document.getElementById('box');
  15.   console.dir(e)
  16. </script>
  17. </html>
复制代码


分享到:
回复

使用道具 举报

回答|共 2 个

admin

发表于 2022-5-23 22:45:33 | 显示全部楼层

快来答题呀
回复

使用道具 举报

test

发表于 2022-5-26 16:48:04 来自手机 | 显示全部楼层

111111111111111111111111111111
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

947 积分
19 主题