How do I use a variable outside of a function?

后端 未结 0 1725
星月不相逢
星月不相逢 2020-12-17 20:33
function ofInput() {
  const data = Array.from(
   this.children,
   tr => Array.from(tr.querySelectorAll(\'input\'), input => input.value)
  );
}

document.qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题