()
| 2511 | } |
| 2512 | // 判断是否为手机版(是则返回 true) |
| 2513 | function isMobile(){ |
| 2514 | return (/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|MicroMessenger|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i.test(navigator.userAgent) || (window.screen.width < 500 && window.screen.height < 800)); |
| 2515 | } |
| 2516 | // 用以自定义规则中设置 urlC = true |
| 2517 | function isUrlC(){ |
| 2518 | urlC = true; |