a標(biāo)簽的href包含特定字符則用js替換url( 最好是用jquery的$(function()),其中a標(biāo)簽類名不一樣,只是href中包含特定域名才替換為新的域名鏈接。例如:原始代碼中包含下面代碼:<a href="http://m.qq.com/1/2/aaa.html" class="aaaa">aaaaaa</a><a href="https://m.qq.com/3/4/bbb.html" class="bbb">bbbb</a>只要檢測到href中包含qq.com就替換href鏈接為設(shè)定好的統(tǒng)一新鏈接http://m.new.com。classs類中的參數(shù)保持不變。
a標(biāo)簽的href包含特定字符則用js替換url
幕布斯6054654
2019-02-12 17:19:41