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.
我有一个反应页面,它只是显示一些实时数据:
{ "portfolioValue": 0.06, "usdEth": 94.82 }
我想用oraclize解析它。但我不能,因为它不是一个纯 HTML 页面,React 应该先渲染它。那么,如何解析数据呢?