如何使用APICloud端API进行Http请求
如何使用APICloud端API进行Http请求
日期:2022-03-31 16:36:18 人气:1
var xs,ys,xe,ye;
$("body").addEvent('touchstart',function(e) {
var touch=e.touches[0]
xs=touch.pageX
ys=touch.pageY
alert(ys)
});
$("
$("body").addEvent('touchstart',function(e) {
var touch=e.touches[0]
xs=touch.pageX
ys=touch.pageY
alert(ys)
});
$("