| Name | Description | Result |
|---|---|---|
| navigator.platform | Client System | |
| navigator.appName | Return to browser name | |
| navigator.appVersion | Returns browser version information | |
| window.screen.height | Display height | px |
| window.screen.width | Display Width | px |
| window.screen.colorDepth | Screen color bit depth settings | |
| navigator.appCodeName | Returns the browser code name | |
| navigator.vendor | Return to browser manufacturer information | |
| navigator.userAgent | Returns browser and version information, including the navigator.appVersion property. | |
| navigator.onLine | Returns whether the browser is connected to the network | |
| navigator.language | Return to browser default language | |
| navigator.product | Return to browser product name | |
| navigator.productSub | Return to other information about the browser product | |
| navigator.cookieEnabled | Whether the browser turns on cookies | |
| navigator.mimeTypes.length | Number of MIME types for the browser | |
| navigator.mimeTypes | List of browser MIME support types | |
| navigator.plugins.length | Number of browser plug-ins installed | |
| navigator.plugins | Browser installation plug-in information list |
Online viewing to obtain the client system, the browser information tool provides you with viewing client information, viewing browser information, viewing browsing type, viewing operating system, viewing browser name, viewing browser version information, display high-width pixels, browser network Link status, number of browser installed plug-ins, etc.
Friend Links:iCMS