map.on("click",function(p){alert("你点击了地图");});
map.on("click",function(p){ map.off("click"); alert("你点击了地图"); });