let event;; event = document.createEvent('Event');; event.initEvent('copy', true, true);; div.dispatchEvent(event);; event = document.
確定! 回上一頁