摘要: 主要angular2+es6 阅读全文
posted @ 2018-03-16 15:13 Fourteen 阅读(709) 评论(0) 推荐(0) 编辑
摘要: function cancelBubble(e){ if(e&&e.stopPropagation){ e.stopPropagation() } } 阅读全文
posted @ 2018-03-16 11:28 Fourteen 阅读(124) 评论(0) 推荐(0) 编辑
摘要: substr(start,length) substring(start,end) 返回子串,原字符串不改变。 阅读全文
posted @ 2018-03-16 10:28 Fourteen 阅读(167) 评论(4) 推荐(0) 编辑