是的,json 沒有順序性,. 來個範例,你可以透過key value的方式取值. var txt = '{"name":"John", "age":30, "city":"New York"}' var obj = JSON.parse(txt); ...
確定! 回上一頁