const value = 200; const formattedValue = new Intl.NumberFormat("es-ES", { style: "currency", currency: "EUR" }).format(value); console.log(formattedValue);.
確定! 回上一頁