操作数1的数据类型                  |         操作数2的数据类型      |         转换后的数据类型         |

            byte,short,char                     |                int                   |                 int                    |

            byte,short,char,int                 |               long                  |                 long                  |

            byte,short,char,int,long          |               float                  |                 float                  |

            byte,short,char,int,long,float   |              double               |                 double               |