11 2018 档案

摘要:属性设置为display:inline或display:inline-block 阅读全文
posted @ 2018-11-26 20:19 lvlin241 阅读(11591) 评论(0) 推荐(0) 编辑
摘要:var a = 2.34567; var b = a.toFixed(3); // 输出结果:2.346 // 数字字符串转换为数字 var c = "123"; typeof c; // string var d = parseInt(c); typeof d; // number var e = parseInt(c); typeof e; // number 阅读全文
posted @ 2018-11-26 20:17 lvlin241 阅读(297) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/bjweimengshu/article/details/78786315 阅读全文
posted @ 2018-11-25 20:53 lvlin241 阅读(93) 评论(0) 推荐(0) 编辑
摘要:原因: IE和Firefox是不支持含有'-'字符的日期格式,如:"2018-11-23" 解决方法: 日期格式 'yyyy-mm-dd' 改成 'yyyy/mm/dd' 代码: var dataParam = "2018-11-23 15:45:18"; // 转换为时间戳 var timestamp = Date.parse(new Date(data... 阅读全文
posted @ 2018-11-23 15:48 lvlin241 阅读(417) 评论(0) 推荐(0) 编辑
摘要:1、github网站创建 参考:https://www.cnblogs.com/autoXingJY/p/9004724.html 2、命令更新 参考:https://www.cnblogs.com/hope-markup/p/6679564.html 阅读全文
posted @ 2018-11-15 10:50 lvlin241 阅读(196) 评论(0) 推荐(0) 编辑

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