在浏览器运行JS脚本实现博客园文章批量删除

$('tr').each(function(){ if($(this).attr('id')!=null){ var s = $(this).attr('id').slice(9); console.info("正在删除:"+s); deletePost(s); } }); wi
相关文章
相关标签/搜索