标签: php recaptcha
我第一次尝试实施google recaptcha并遇到此错误:gulp.src()
gulp.src()
这是需要检查recaptcha是否成功的代码:
Warning: Illegal string offset 'success'
答案 0 :(得分:2)
感谢@maximkou给出了我的问题的答案,我不得不将response["success"] == false更改为response == false
response["success"] == false
response == false