public class ShiftOperator { public static void main(String[] args) { // 相当于21*16 System.out.println(21<<4); }} a<<1相当于a2;a<<2相当于a4,所以,移