Commit 19defae3 by agan

提交

parent 566a8c83
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@
<div id="contain"></div>
<script>
var c = document.getElementById("contain");
c.innerHTML = window.location.href + "<br>" + navigator.userAgent;
c.innerHTML = window.location.href + "<br>" + navigator.userAgent.toLowerCase();
// alert(navigator.userAgent);
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment