摘要: Using the open function, and the as and with keywords, we'll open up and read from a file. At the end of this lesson, you will be able to loop through 阅读全文
posted @ 2020-05-13 18:57 Zhentiw 阅读(164) 评论(0) 推荐(0)
摘要: Let's see the following code first: let button = document.getElementById("button"); button.addEventListener("click", (e) => { console.log(e) }); We ha 阅读全文
posted @ 2020-05-13 18:16 Zhentiw 阅读(355) 评论(0) 推荐(0)