摘要:
方法一:使用正则表达式 语法如下: String(Number).replace(/(\d)(?=(\d{3})+$)/g, "$1,"); 举例: String(123456789).replace(/(\d)(?=(\d{3})+$)/g, "$1,"); 结果是:123,456,789 正则表达式方法使用示意截图 方法二:使用toLocaleString()方法 语法如下: Nu... 阅读全文
posted @ 2018-06-14 16:53
风吹麦浪打
阅读(413)
评论(0)
推荐(0)
摘要:
CSS代码: .box { max-width: 414px; height: 480px; border: solid #000; margin: auto; overflow: auto; } .shape { float: left; width: 30px; height: 340px; shape-outside: pol... 阅读全文
posted @ 2018-06-14 16:50
风吹麦浪打
阅读(210)
评论(0)
推荐(0)
摘要:
.target { filter: url("#goo"); } .ball { width: 150px; height: 150px; border-radius: 50%; background-color: #beceeb; position: absolute; } HTML代码: ... 阅读全文
posted @ 2018-06-14 16:25
风吹麦浪打
阅读(225)
评论(0)
推荐(0)
摘要:
CSS代码: input { color: #333; caret-color: red; } @supports (-webkit-mask: none) and (not (caret-color: red)) { input { color: red; } input::first-line { color: #333; } } HTML代码: 阅读全文
posted @ 2018-06-14 16:22
风吹麦浪打
阅读(140)
评论(0)
推荐(0)
摘要:
Document 1111 阅读全文
posted @ 2018-06-14 09:58
风吹麦浪打
阅读(404)
评论(0)
推荐(0)
摘要:
Document 阅读全文
posted @ 2018-06-14 09:57
风吹麦浪打
阅读(211)
评论(0)
推荐(0)

浙公网安备 33010602011771号