摘要: 使用 substring()或者slice() 函数:split() 功能:使用一个指定的分隔符把一个字符串分割存储到数组 例子: 函数:Join() 功能:使用您选择的分隔符将一个数组合并为一个字符串 例子: var delimitedString=myArray.join(delimiter); 阅读全文
posted @ 2018-01-09 19:24 LIULIULIU666 阅读(226) 评论(0) 推荐(0) 编辑
摘要: input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; } 阅读全文
posted @ 2018-01-09 10:50 LIULIULIU666 阅读(434) 评论(0) 推荐(0) 编辑