function WindowToCanvas(x,y){
var box=canvas.getBoundingClientRect()
return {x:Math.round(x-box.left),y:Math.round(y-box.top)}
alert("节点正确");}
我把alert放在return前可以正常弹出
放到后面就不行了
我把l
添加回答
举报
0/150
提交
取消