JSON.stringify()函式的作用:序列化物件,即把引數物件的型別轉化為字串型別 ... var students = new Array(); students[0] = "pika"; students[1] ...
確定! 回上一頁