Fork me on GitHub
摘要: 原文:http://www.cnblogs.com/Qian123/p/5710533.html 假如说你想复制一个简单变量。很简单: int apples = 5; int pears = apples; 不仅仅是int类型,其它七种原始数据类型(boolean,char,byte,short,f 阅读全文
posted @ 2017-07-24 12:47 虚无境 阅读(931) 评论(0) 推荐(0) 编辑