我使用下面庫JSON中的'@'是什麼意思?
https://github.com/Leonidas-from-XIV/node-xml2js
到XML轉換成JSON。轉換後的console.log產生以下
{ '@':
{ RaceDayDate: '2012-03-15T00:00:00',
Year: '2012',
Month: '3',
Day: '15',
DayOfTheWeek: 'Thursday',
MonthLong: 'March',
IsCurrentDay: '1',
IsPresaleMeeting: '0',
ServerTime: '2012-03-15T19:48:47.840' },
PresaleRaceDate: [ { '@': [Object] }, { '@': [Object] }, { '@': [Object] } ],
Meeting:
[ { '@': [Object], Pool: [Object], Race: [Object] },
{ '@': [Object], Pool: [Object], Race: [Object] },
{ '@': [Object], Pool: [Object], Race: [Object] },
是什麼意思@並且假定數據存儲在一個名爲「結果」什麼是訪問RaceDayDate,年,月等語法變量?結果。@不起作用
這不是JSON。 – JeremyP 2012-03-15 11:45:58