You can use React intl to show formatted number/currency. import React, { Component } from 'react'; import { render } from 'react-dom'; import { IntlProvider, ...
確定! 回上一頁