摘要: Demo_1 Demo_2 阅读全文
posted @ 2019-01-02 12:04 sfornt 阅读(370) 评论(0) 推荐(0) 编辑
摘要: Demo_1 Demo_2 判断是否苹果移动设备访问 判断是否安卓移动设备访问 判断是否Touch屏幕 阅读全文
posted @ 2019-01-02 12:03 sfornt 阅读(155) 评论(0) 推荐(0) 编辑
摘要: image to base64 to blob imagebb.js 阅读全文
posted @ 2019-01-02 12:01 sfornt 阅读(6682) 评论(0) 推荐(0) 编辑
摘要: ``` // 首先禁止body document.body.ontouchmove = function (e) { e.preventDefault(); }; // 然后取得触摸点的坐标 var startX = 0, startY = 0; //touchstart事件 function touchSatrtFunc(evt) {... 阅读全文
posted @ 2019-01-02 12:00 sfornt 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 用JavaScript将数字转换为大写金额 阅读全文
posted @ 2019-01-02 11:59 sfornt 阅读(1695) 评论(0) 推荐(0) 编辑
摘要: 浮点数精确计算 阅读全文
posted @ 2019-01-02 11:58 sfornt 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 小程序操作数据库 阅读全文
posted @ 2019-01-02 11:58 sfornt 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 测试密码的强度.js 阅读全文
posted @ 2019-01-02 11:57 sfornt 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 判断浏览器环境(QQ,微信,安卓设备,IOS设备,PC微信环境,移动设备) 阅读全文
posted @ 2019-01-02 11:56 sfornt 阅读(304) 评论(0) 推荐(0) 编辑
摘要: test.html express.js 阅读全文
posted @ 2019-01-02 11:55 sfornt 阅读(206) 评论(0) 推荐(0) 编辑