js去除uc浏览器自动添加的超链接
首先网页要引入jQuery。网上一共找到两种代码,亲测第一种有效!<script> function DelUc() { $("a").each(function(index, element) { try { var thishref = $(this).attr("href");
首先网页要引入jQuery。网上一共找到两种代码,亲测第一种有效!<script> function DelUc() { $("a").each(function(index, element) { try { var thishref = $(this).attr("href");