首页 > 技术文章 > 删除静态页面的html

changhuiming 2019-10-15 16:03 原文

function dellist(obj) {
$(obj).parent().parent().remove();
}

推荐阅读