摘要:
var touchstartX; function handleTouchstart(e){ // 数据绑定 记录触摸开始 x 轴的位置 touchstartX = e.changedTouches[0].clientX } function handleTouchend(e,ownerInstan 阅读全文
摘要:
// 大整形 // let n = 521n; // console.log(n,typeof(n)); // 函数 // let n = 123; // console.log(BigInt(n)); // 大数值 运算 let max = Number.MAX_SAFE_INTEGER; con 阅读全文