步驟1 :建立步驟2 : html、css字符串轉為blob 步驟3 :用URL.createObjectURL() 將blob轉為URL並給src屬性 var iframe = document.createElement('iframe'); var blob ...
確定! 回上一頁