回答編集履歴

1

ちょうせい

2019/11/15 01:53

投稿

yambejp
yambejp

スコア114850

test CHANGED
@@ -12,15 +12,13 @@
12
12
 
13
13
  textContent:content,
14
14
 
15
- id:'ta',
16
-
17
15
  style:'positon:absolute;top:-999px',
18
16
 
19
17
  });
20
18
 
21
19
  document.querySelector('body').appendChild(ta);
22
20
 
23
- document.querySelector('#ta').select();
21
+ ta.select();
24
22
 
25
23
  document.execCommand('copy');
26
24