<body id="home" ontouchstart="touchStart()" ontouchmove="touchMove()" ontouchend="touchEnd()">
js里边写:
function touchStart(){
event
}
function touchMove(){
event
}
function touchEnd(){
event
}
<body id="home" ontouchstart="touchStart()" ontouchmove="touchMove()" ontouchend="touchEnd()">
js里边写:
function touchStart(){
event
}
function touchMove(){
event
}
function touchEnd(){
event
}