touch 事件用法(只能使用二级dom绑定,例如(addEventlinstener绑定),使用ontouch...是不管用的
touch事件只会在手机端有用,常用语手机端。具体用法如下所示:Title原生js测试//触摸开始调用$(document).on('touchstart','input',function(){console.log('touchstart');});//触摸过程中调用$(document).on('touchmove','input',function(){console.log('touch