async function calculatePrice(sale) { axios({ method: 'post', url: 'http://localhost:3000/dev/calculate', data: sale, }) .then(response ...
確定! 回上一頁