选中的新闻是一个数组
foreach(选中的新闻 as $id){
delect from table where id=$id;
}