template<typename... Params> void printf(const std::string &str_format, Params... parameters); ... 注意這個可變參數模板實現的printf調用自身或者在args.
確定! 回上一頁