Google REcaptcha 未显示 [英] Google REcaptcha not showing

查看:61
本文介绍了Google REcaptcha 未显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的

中有以下内容

这在我的

<script src="//www.google.com/recaptcha/api.js"></script>

但在 Firefox 或 chrome 上没有显示任何内容...这是已知问题吗?

解决方案

确保 <script src="//www.google.com/recaptcha/api.js"></script> 是 head 标签关闭前的最后一件事.为我解决了同样的问题

I have the following in my <body>

<div class="g-recaptcha" data-sitekey="some-key (original is right)">

and this on my <head>

<script src="//www.google.com/recaptcha/api.js"></script>

but nothing is shown, either on firefox or chrome... Is this a known issue?

解决方案

make sure that <script src="//www.google.com/recaptcha/api.js"></script> is the last thing before closing of head tag. That fixed same problem for me

这篇关于Google REcaptcha 未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆