1 2 3 4 5 6 7 8 9 10 11 12 | <script> 'use strict'; const images = ['001.png', '002.png', '003.png'] images.forEach(function(item, index){ preloadImage(item); }); function preloadImage(path){ let imgTag = document.createElement('img'); imgTag.src = path; } </script> |
-
Category
-
キーワードで選ぶ
-
検索はここから
俺の俺による俺のための備忘録なのでトラブルが起きても責任持てません。