我有一个div,其中的内容正在动态替换。
只要动态内容包含基本标签,它就会替换所有标签href网址
example :
if the dynamic div is replaced with
<div> <base href="https:www.abc.com/"> <div>
then
my anchor <a href="/home/index"> Home </a>
get changed into
<a href="https:www.abc.com/home/index"> Home </a>