摘要: You can use the following code to detect the different browsers: // Check for Chrome var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/ 阅读全文
posted @ 2023-03-01 15:16 zeal666 阅读(27) 评论(0) 推荐(0)