else if (ec) { // Some other error throw boost::system::system_error(ec); } boost::asio::write(socket, boost::asio::buffer(data, length)); }
確定! 回上一頁