static_cast转换数据 格式:static_cast(data); 例如:static_cast(power(2,i));(将函数的返回值转成int类型) reinterpret_cast转换数据 格式:reinterpret_cast(data);