Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Ruby (Nokogiri) 与用 Microsoft WCF 编写的服务交谈。最近开发人员已将其更改为使用二进制表示而不是纯文本。Nokogiri 支持这个吗?
不,Nokogiri 不会读取二进制数据。
我发现bindata对于读取二进制数据非常有用。
祝你好运!