function resizeImage(base64Str, maxWidth = 400, maxHeight = 350) { return new Promise((resolve) => { let img = new Image() img.src ...
確定! 回上一頁