const jspdf = require ('jspdf'); let doc = new jspdf(); doc.setFontSize(40); doc.text(35, ... 我收到一條錯誤訊息 ReferenceError: window is not defined 。
確定! 回上一頁