你好,public static void main(String[] args) { // TODO Auto-generated method stub int a = 9; short b = (short) a; System.out.println(b); }
a=(short) (a);
int i=2short s=(short)i;