const parent = window; const frame = document.createElement('iframe'); // 限制程式碼iframe 程式碼執行能力 frame.sandbox = 'allow-same-origin'; ...
確定! 回上一頁