html 检测用户代理并将信息发送到隐藏字段“用户代理”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 检测用户代理并将信息发送到隐藏字段“用户代理”相关的知识,希望对你有一定的参考价值。

<!--START code for User Agent to hidden field-->
<!--Create a hidden field with the label: User Agent-->
<script>
  $(document).ready(function() {
    $('input[name="' + window.btoa('User Agent') + '"]').val(navigator.userAgent);
  });
</script>
<!--END code for User Agent to hidden field-->

以上是关于html 检测用户代理并将信息发送到隐藏字段“用户代理”的主要内容,如果未能解决你的问题,请参考以下文章

自动检测位置(城市和州),并将该信息分别放入输入和选择字段

检测移动应用用户是不是在代理后面

PHP:一个 HTML 隐藏的输入值在查询 mysql 时会产生一个错误

如何使用 Ruby 构建 HTTP 请求并将其发送到 Tor 隐藏服务

html 添加在隐藏字段中检测到的国家

用户代理信息检测.js