摘要:
实现单行 .nowrap{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 关于css实现单行、多行省略标记:http://www.cnblogs.com/moutudou/p/7077705.html 阅读全文
摘要:
ES6给字符串带来了很多实用性的扩展:模板字符串,标签模板,repeat函数、includes函数,startsWith函数,endsWith函数,codePointAt函数,String.fromCodePoint函数,String.raw函数。 es6 字符串String的扩展:http://w 阅读全文