当前位置: 代码迷 >> J2SE >> java编写警告,该怎么解决
  详细解决方案

java编写警告,该怎么解决

热度:281   发布时间:2016-04-24 01:34:52.0
java编写警告
The value of the local variable birthday is not used
为什么会出现这种警告????
要如何才能消除?

------解决方案--------------------
这是由于你声明了这个变量,但是没有用到它造成的
  相关解决方案