如下當我們快取網頁基本頁面、css和js檔案後,會有什麼問題呢? event.waitUntil( caches.open('static') .then(function(cache){ cache.add('/index.html ...
確定! 回上一頁