会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
java使我快乐
博客园
首页
新随笔
联系
管理
订阅
2018年9月26日
强制类型转换
摘要: int b=(int)10.2;//双精度强制转换整型强制类型转换 double a=10;//双精度类型 int c=(int)a;// int before=20; double rise=9.8; double now=before+(int)rise; System.out....
阅读全文
posted @ 2018-09-26 13:20 java使我快乐
阅读(160)
评论(0)
推荐(0)
公告