Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请问下:按钮如何判断“按下”和“松开”?
@小鲤鱼 按钮组件还是?如果是通用的按下和松开,可以用触屏操作的按下时和松开时,搭配触摸对象时来实现,也即0号触屏按下时且正在触摸按钮对象时,以及0号触屏松开时且正在触摸按钮对象时,你可以先试试看符不符合预期(但印象中这招在手机上的判定是没效果的,所以先看你符不符合预期,再看后面怎么改)