摘要: 功能 右键菜单() var Mx,My // 装载鼠标座标 mouse.getmousepoint(Mx,My) // 得到鼠标位置 Hmnu=dllcall("user32.dll","long","CreatePopupMenu") // 创建弹出式菜单 dllcall("user32.dll" 阅读全文
posted @ 2021-04-30 18:59 锡纸烫 阅读(109) 评论(0) 推荐(0) 编辑
摘要: function 数组去重复(数组1) 数组2=数组[0],数组大小=zz.数组大小(数组1)-1 数组空间.排序(数组1) for(i=0;i<数组大小;i++) if(数组1[i]!=数组1[i+1]) 数组空间.增加(数组2,数组1[i],1) endif endfor 数组空间.增加(数组2 阅读全文
posted @ 2021-04-30 18:57 锡纸烫 阅读(58) 评论(0) 推荐(0) 编辑