浏览文章

文章信息

Js拷贝内容 2595

代码:

let textArea = document.getElementById('textArea')
    console.log(textArea);
    textArea.select()


原创