摘要: var s = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890';function f(s, width){var a=new RegExp('[\\s\\S]{1,'+(width || 4)+'}', 'g');return s.replace(a,function 阅读全文