Go语言结构struct(普及golang) 1.struct 简洁 这个的struct和C语言的很相似,模拟出class的功能,但是不完全的!没有构造函数等! 2.struct的申明 package main impor... Go语言 2013年12月09日 0 点赞 0 评论 2815 浏览