js-json+時間線+異步加載

一:json json => 對象 {} 傳輸數據的格式 var student = { ‘name’:「xhp」 ‘age’:22 }javascript json格式 鍵名必須加引號 和正常對象的一些小區別 var student = {} student[‘name’] = 「xhp」 student[‘age’] = 22css JSON.stringify json --> json s
相關文章
相關標籤/搜索