导航

2015年2月14日

摘要: 先看例子, json文件中有些元素不是我们想要的,在反序列化时可以当它们不存在,下面例子抛弃了 aaa、ccc这两节。 package main import ( "encoding/json" "fmt" ) type Book struct { Title string Author []string ... 阅读全文

posted @ 2015-02-14 09:24 蝈蝈俊 阅读(346) 评论(0) 推荐(0)