ntohs

#include"stdio.h"
int main()
{
    
}
ntohl//网络存储转换为本地存储,l是个四字节 long
ntohs//s是两个字节 short
//需要头文件,需要静态库
#include
#pragma comment(lib,"ws2_32.lib")
ntohs_第1张图片
image.png

你可能感兴趣的:(ntohs)