The split() method can directly split a string with special characters or index position. Syntax #1: var s=”Any!String”; var out=s.split(“!”)//separator.
確定! 回上一頁