是否有任何人知道如何根据《联合国系统会计准则》在编程语言中恢复过来创建SOCKET?
Using a normal syscall.Socket type syscall.Bind results in: WSAENOTSOCK - Error 10038 - An operation was attempted on something that is not a socket. The specified socket parameter refers to a file, not a socket.
Thanks