在瀏覽器運行JS腳本實現博客園文章批量刪除

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