摘要:
代码如下:var node = new JTopo.Node("Hello");node.setLocation(409, 269);node.mousedown(function(event){if(event.button == 2){node.text = '按下右键';}else if(ev... 阅读全文
posted @ 2015-06-29 10:18
刘星宇
阅读(2149)
评论(0)
推荐(0)