... function isFirefox() { const browser = Bowser.getParser(window.navigator.userAgent); return browser.satisfies({ firefox: '>31' }); }.
確定! 回上一頁