How do I programmatically create a TouchEvent in Chrome ?[JavaScript jQuery 模拟点击操作]
/*eventTypeis'touchstart','touchmove','touchend'...*/functionsendTouchEvent(x,y,element,eventType){consttouchObj=newTouch({identifier:Date.now(),target:element,clientX:x,clientY:y,radiusX:2.5,radiusY: