BOOL funct() { std::string _szTEXT = fmt::format("目标"); return TRUE; }
时间: 2024-06-05 14:06:12 浏览: 167
js写的string.format函数
This is a C++ function that returns a Boolean value of "TRUE". It also declares a string variable called "_szTEXT" and initializes it with a formatted string using the fmt library. The formatted string is "目标", which is a Chinese word that translates to "target" in English.
阅读全文