摘要:
``` // 首先禁止body document.body.ontouchmove = function (e) { e.preventDefault(); }; // 然后取得触摸点的坐标 var startX = 0, startY = 0; //touchstart事件 function touchSatrtFunc(evt) {... 阅读全文
摘要:
用JavaScript将数字转换为大写金额 阅读全文
摘要:
浮点数精确计算 阅读全文
摘要:
小程序操作数据库 阅读全文
摘要:
测试密码的强度.js 阅读全文
摘要:
判断浏览器环境(QQ,微信,安卓设备,IOS设备,PC微信环境,移动设备) 阅读全文
摘要:
test.html express.js 阅读全文