放飞自我 LET DREAMS FLY

08 2017 档案

压缩上传图片
摘要:图片压缩旋转,我是用了html5ImgCompress,处理图片压缩、旋转、输出base64 地址:https://github.com/mhbseal/html5ImgCompress 用formData 格式提交 因为base64,给后端占用空间太大,所以要转成blod 的格式 这里需要用到ba 阅读全文

posted @ 2017-08-22 11:08 niuben 阅读(242) 评论(0) 推荐(0)

[f]智能获取浏览器版本UA信息的方法
摘要:var browser={ versions:function(){ var u = navigator.userAgent, app = navigator.appVersion; return {//移动终端浏览器版本信息 trident: u.indexOf('Trident') > -1, //IE内核 presto: u.indexOf(... 阅读全文

posted @ 2017-08-18 15:49 niuben 阅读(284) 评论(0) 推荐(0)

[f]计时器
摘要:// 计时器 function Timer(ele) { this._mStr = ''; this._sStr = ''; this._m = 0; this._s = 0; this._setTimer; this._init = function () { var... 阅读全文

posted @ 2017-08-18 15:47 niuben 阅读(144) 评论(0) 推荐(0)

导航