会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sun_先生
A man's station is limited only by his imagination
只有想不到,没有做不到。
Home
Contact
Admin
Subscription
2020年11月8日
Java 基础(一)
声明变量 class demo{ public static void main(String[] args){ // 先声明,后赋值 int a; a = 1; // 直接赋值 int b = 2; // 多个声明 int c,d = 4, e=5; c = 3; } } 基本数据类型 整数 by
Read More
posted @ 2020-11-08 16:50 Sun先生
Views(153)
Comments(0)
Diggs(0)
Edit
公告