C++四种强制类型转换:'reinterpret_cast', 'static_cast', 'dynamic_cast' 和 'const_cast'

NoSuchKey