C++ 提供了多种cast 的方式:static_cast/dynamic_cast/const_cast/interpret_cast。其中google代码规范明确表示了不建议使用RTTI,也就是尽量少 ...
確定! 回上一頁