/** * Created by Administrator on 2019/5/23. */ window.onload = function () { var oDiv = document.getElementById('touchMove'); var disX, moveX, L, T, starX, starY, starXEnd, starYEnd; oDiv.addEventListener('touchstart', function (e) { //e.preventDefa…