jQuery 替换元素

参考https://www.cnblogs.com/halai/p/6868027.html

http://www.w3school.com.cn/jquery/manipulation_replaceall.asp

$("<div>replaceContent</div>").replaceAll("#beReplaced");

原文地址:https://www.cnblogs.com/white-knight/p/8993788.html