Ruby 的 UDP 客户端一例 2015/03/16 14561 require 'socket' s = UDPSocket.new s.send("hello", 0, 'localhost', 1234)