java编写警告The value of the local variable birthday is not used为什么会出现这种警告????要如何才能消除?[解决办法]这是由于你声明了这个变量,但是没有用到它造成的