Do you really want to split, or just insert the thousands separator. If it's only the latter, you could try this: var n='1234567890'; alert(n.replace(/[0-9] ...
確定! 回上一頁