function operate(url,operate){
    if(window.confirm("您确定" + operate + "?")){
        location.href=url;
    } 
}
