set socket = Server.CreateObject( "Socket.TCP" )'   
socket.Host = "127.0.0.1:54814" '     
socket.timeout=30000    '
错误:缺少对象: 'Server'