方法 F12打开chrome developer, 在console中输入下面两行代码 const chat_room=document.querySelectorAll(".chat-room") for (let elm of chat_room){elm.style.display="none"} 永久删除 可以写个脚本删掉。把上文两行代码写进去就行了。