function isDel() { return confirm("是否删除");}
if(confirm("是否删除?")){ //执行删除操作}
bool isDelete= window.confirm("是否删除?");