//批删
function function3(){
var ids = "";
$(".ck").each(function(){
if($(this).attr("checked")){
ids+=","+$(this).val();
}
})
if(ids==""){
alert("最少选择一个");
return;
}
ids = ids.substring(1);
alert(ids);
location="/view/deleteAll?ids="+ids;
}
对于一个视人生感受为最宝贵财富的人来说,欢乐和痛苦都是收入,他的账本上没有支出。这种人尽管敏感,却有很强的生命力,因为在他眼里,现实生活中的福祸得失已经降为次要的东西,命运的打击,因心灵的收获而得到了补偿。
——周国平《人与永恒》