Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行以下代码
我想将日志文件的内容存储到用户定义的数组中。我怎样才能做到这一点。请帮帮我。提前致谢
控制台.log(); 没有返回类型,将循环中的语句拆分为 2 个语句。
console.log(elements[i].innerHTML); price[i] = elements[i].innerHTML;