标签: java
如果在我初始化变量时已经指定了类型,那么你在赋值中有什么意思(TYPE)?
如果不是所有作业都需要,那么何时需要?
示例:
private TextView mTvCreate; mTvCreate = (TextView) findViewById(R.id.create);