import React from "react"; class Ratios extends React.Component { state = { isLoading: true, ratios: [], error: null, }; fetchRatios() { fetch(" ...
確定! 回上一頁