摘要:
If multiple pages are listening for onMessage events, only the first to call sendResponse() for a particular event will succeed in sending the respons 阅读全文
摘要:
document.querySelectorAll("span.right_txt_blue").forEach(element => { let str = element.getAttribute("name") // let no = str[str.length-1] let no = st 阅读全文
摘要:
控制台copy(window)不行,只得到[object Window] copy(object) copies a string representation至于具体是怎么实现的嘛,猜测类似于.toString() of the specified object to the clipboard. 阅读全文