Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は文字列 as= を持っています var str = "9\10\16"。それを文字列の配列 as= に変換したい["9","10","16"]。では、そのような出力を取得する方法
var str = "9\10\16"
["9","10","16"]