<html> <body> <script type="text/javascript"> document.write("<p>UserAgent: ") document.write(navigator.userAgent + "</p>") </script> </body> </html>
时间: 2024-10-11 11:12:21
<html> <body> <script type="text/javascript"> document.write("<p>UserAgent: ") document.write(navigator.userAgent + "</p>") </script> </body> </html>