首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

chapter 六 之序列化

2012-10-06 
chapter 6 之序列化animal类:package chapter6public class animal {int weight 42//初始化为42}

chapter 6 之序列化
   


animal类:package chapter6;public class animal {int weight =42;//初始化为42}
 

热点排行