js 动态方法绑定-CarlZeng

win.document.onmousemove = new Function(“event”, “parent.childPanesMouseMove(getMouseX(event)); scExistingOnMouseMove(event)”); 做个标记

win.document.onmousemove = new Function(“event”, “parent.childPanesMouseMove(getMouseX(event)); scExistingOnMouseMove(event)”);

做个标记