1,<span onclick="return confirmAct();">执行操作</span>
2,
function confirmAct(){
if(confirm('确定要执行此操作吗?')){
alert(1) }else{ alert(2) } }