require 'net/http' puts Net::HTTP.get('www.rails365.net', '/') # => String ... 但是,有些功能是需要提交数据的,那就得用POST 请求了。
確定! 回上一頁