















static_cast不能换为:const_cast,reinterpret_cast,或者dynamic_cast
error C2440: 'const_cast' : cannot convert from 'int' to 'const int'
error C2440: 'reinterpret_cast' : cannot convert from 'int' to 'const int'
error C2680: 'const int' : invalid target type for dynamic_cast