
使用jQuery,您可以执行以下 *** 作:
var cnt = $(".remove-just-this").contents();$(".remove-just-this").replaceWith(cnt);快速链接到文档:
- 内容(): jQuery
- replaceWith( 内容 :[ 字符串 | 元素 | jQuery ]): jQuery
欢迎分享,转载请注明来源:内存溢出

使用jQuery,您可以执行以下 *** 作:
var cnt = $(".remove-just-this").contents();$(".remove-just-this").replaceWith(cnt);快速链接到文档:
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)