随笔分类 - ThinkPHP5
常见问题
摘要:参考一:ip-api.com/json/?lang=zh-CN&&ip=0.0.0.0 $ip = $request->ip(); $url = 'http://ip-api.com/json/?lang=zh-CN&&ip='.$ip; $result = file_get_contents($u
阅读全文
摘要:一步:安装邮件拓展 composer require phpmailer/phpmailer 二步:在common.php中配置 function send_mail($tomail, $name, $subject = '', $body = '', $attachment = null) { $
阅读全文
摘要:一、问题: The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this
阅读全文

浙公网安备 33010602011771号