將以JavaScript 物件標記法(JavaScript Object Notation,JSON) 表示的字串轉換成 ... var arr = ["a", "b", "c"]; var str = JSON.stringify(arr); ...
確定! 回上一頁