03 2019 档案

摘要:function IsIOS() { if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) { return true } else { return false } } function IsAndroid() { if (/(Android|Adr)/i.test(n... 阅读全文
posted @ 2019-03-30 01:21 expworld 阅读(712) 评论(0) 推荐(0) 编辑
摘要:name.replace(/\s+/g,""); 阅读全文
posted @ 2019-03-29 21:57 expworld 阅读(3649) 评论(0) 推荐(0) 编辑
摘要:1、formdata对象append增加值,打印对象无效? 实际取值方式:( formData.get, getAll, keys) 引用:https://developer.mozilla.org/zh-CN/docs/Web/API/FormData/Using_FormData_Objects 阅读全文
posted @ 2019-03-25 21:25 expworld 阅读(100) 评论(0) 推荐(0) 编辑
摘要:Axure RP Extension for Chrome安装之前一直用 Firefox 浏览器浏览原型文件,一直用不惯,而且用 Firefox 的唯一目的就是看原型。其他都是用 Chrome 浏览器,来回切换,各种麻烦,然后下定决心解决 Chrome 浏览器无法浏览原型文件的问题。 首先就是要安装 阅读全文
posted @ 2019-03-16 15:18 expworld 阅读(333) 评论(0) 推荐(0) 编辑
摘要:function getDate() { var myDate = new Date(); var month = myDate.getMonth() + 1; var day = myDate.getDate(); month = (month.toString(... 阅读全文
posted @ 2019-03-14 15:52 expworld 阅读(163) 评论(0) 推荐(0) 编辑
摘要:.clearfix:after { content: "020"; display: block; height: 0; clear: both; } .clearfix { zoom: 1; } 阅读全文
posted @ 2019-03-07 21:52 expworld 阅读(127) 评论(0) 推荐(0) 编辑
摘要:effect : 'coverflow',// cube // 切换效果 阅读全文
posted @ 2019-03-07 21:08 expworld 阅读(646) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示