题解 | 单向绑定

单向绑定

https://www.nowcoder.com/practice/728b83e2b9b948dbababcc4a494eefc3

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <input id="input" type="text" />
    <span id="span"></span>

    <script type="text/javascript">
      // 补全代码
      document.getElementById("input").onchange = function () {
        document.getElementById("span").innerHTML = this.value;
      };
    </script>
  </body>
</html>

全部评论

相关推荐

05-20 13:59
门头沟学院 Java
米黑子米黑子:你这个成绩不争取下保研?
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务