11 2017 档案
摘要:div { width : calc(~"100% - 30px"); }
阅读全文
摘要:http://es6.ruanyifeng.com/#docs/string#repeat
阅读全文
摘要:includes():返回布尔值,表示是否找到了参数字符串。startsWith():返回布尔值,表示参数字符串是否在原字符串的头部。endsWith():返回布尔值,表示参数字符串是否在原字符串的尾部。 支持第二个参数,表示开始搜索的位置。 原链接:http://es6.ruanyifeng.co
阅读全文
摘要:单行: overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 多行: display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; over
阅读全文

浙公网安备 33010602011771号