2015年4月23日 星期四

使用 javascript 解析 Json 格式資料


範例

var json = '{"data":true,"value":1}',

obj = JSON.parse(json);

alert(obj.value);

沒有留言:

張貼留言