跳至主要內容

to_string


将端口号转换为字符串。

std::string to_string() const;

示例

nano::Port port = 8080;
std::cout << port.to_string() << std::endl; // 8080