return new BigNumber(input).toFixed(7).toString();... return (Math.floor((input * 10000000)) / 10000000).toFixed(7);
確定! 回上一頁