Preload 的與眾不同還體現在onload 事件上(至少在Chrome 中,prefetch 和subresource 是不支持的)。也就是說你可以定義資源載入完畢後的回調函數。 <link rel="preload" ...
確定! 回上一頁