I'm not a robot
尽管我位于一个城市内,但在不同的 PC 上,我看到标签的不同本地化。目标 - 始终显示相同的测试不同于 I'm not a robot
我编写了以下代码来更改I'm not a robot
recaptcha 中的标签。
<script type="text/javascript">
$(document).ready(function () {
$("#recaptcha-anchor-label").text("Something different.");
});
</script>
也许与 iframe 相关的问题?
你能帮忙解决我的问题吗?