回答編集履歴

1

chousei

2019/01/11 11:05

投稿

yambejp
yambejp

スコア114829

test CHANGED
@@ -74,18 +74,6 @@
74
74
 
75
75
  });
76
76
 
77
- function rndText(){
78
-
79
- var a=[];
80
-
81
- a=a.concat(Array(26).fill(null).map(function(x,y){return String.fromCharCode(y+65);}));
82
-
83
- a=a.concat(Array(26).fill(null).map(function(x,y){return String.fromCharCode(y+97);}));
84
-
85
- console.log(a)
86
-
87
- }
88
-
89
77
  </script>
90
78
 
91
79
  <img src="" width=200 height=200 alt="test" class="hoge" data-target="fuga"><br>