ser.rb 代码如下:require ‘socket’s = TCPServer.new 3333conn = s.acceptloop do puts conn.getsend clt.rb 代码如下:require ‘socket’s = TCPSocket.new ‘localhost’,3333loop do sms=gets.chomp s.puts smsend 作者:Hevienz 您可能感兴趣的文章:Ruby实现的各种排序算法Ruby实现的合并排序算法Ruby实现的3种快速排序算法Ruby一行代码实现的快速