def read_from_uri(uri) asset = Net::HTTP.get(URI(uri)) asset.force_encoding('UTF-8') if asset asset = gzip(asset) if ...
確定! 回上一頁