摘要: 一、 先说white-space: white-space规定了代码中对空格的处理:有几个可选值:normal,nowrap,pre,pre-wrap,pre-line: white-space:nowrap: nowrap和normal一样,也合并空格,但是不会根据容器大小换行,表示不换行。 no 阅读全文
posted @ 2018-08-30 23:02 hh9515 阅读(621) 评论(0) 推荐(0) 编辑
摘要: 总结: match 是String上的方法 test和exec是正则表达式上的方法 test只返回true或false, exec和match的返回结果比较复杂 exec: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Referen 阅读全文
posted @ 2018-08-30 11:14 hh9515 阅读(162) 评论(0) 推荐(0) 编辑