{"id":251,"date":"2023-04-09T13:06:16","date_gmt":"2023-04-09T05:06:16","guid":{"rendered":"https:\/\/www.aqrboyblog.top\/?p=251"},"modified":"2023-05-04T13:13:50","modified_gmt":"2023-05-04T05:13:50","slug":"thinkphp-%e4%b9%8b-captcha-%e9%aa%8c%e8%af%81%e7%a0%81","status":"publish","type":"post","link":"https:\/\/www.aqrboyblog.top\/?p=251","title":{"rendered":"thinkphp \u4e4b captcha\u00a0 \u9a8c\u8bc1\u7801"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1.\u5b89\u88c5<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>composer require topthink\/think-captcha 1.* -vvv<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">2.html<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;img id=\"captcha\" src=\"{:captcha_src()}\" class=\"verify\" onclick=\"resVerify()\" alt=\"\u9a8c\u8bc1\u7801\" \/>\n&amp;nbsp;&lt;a href=\"javascript:resVerify();\">\u770b\u4e0d\u6e05\uff0c\u6362\u4e00\u5f20&lt;\/a>\n&lt;input type=\"text\" name=\"verify\" class=\"pass-text-input \" placeholder=\"\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801\">\n\n&lt;script>\n       function resVerify(){\n         document.getElementById(\"captcha\").src = \"{:captcha_src()}?time=\" + Math.random();\n       }\n&lt;\/script>\n     <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">3.php<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>$validate=new Validate(&#91;\n      'verify|\u9a8c\u8bc1\u7801'=>'require|captcha',\n      ]);\n$verify=input('verify');\n if (!$validate->check($data)) {\n          return &#91;'msg'=>$validate->getError()];\n }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p class=\"text-justify\">1.\u5b89\u88c5 2.html 3.php<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-251","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=\/wp\/v2\/posts\/251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=251"}],"version-history":[{"count":1,"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=\/wp\/v2\/posts\/251\/revisions"}],"predecessor-version":[{"id":252,"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=\/wp\/v2\/posts\/251\/revisions\/252"}],"wp:attachment":[{"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aqrboyblog.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}