JS自动识别DIV内容里的网址,并加上超链接<a>标签你这是要下大黄啊···var div_content = $("#d1").text()var urls = div_content.split("<br>")拿br分割后2023-04-28JavaScript410