Short s=1;s += 1;在idea输入了这两行代码之后,控制台就输出下面这些报错Incompatible types.Found 'int',required:'java.lang.Short'
short类型是小写啊