上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页
摘要: 一、代码 在manifest.json中配置,官网文档:https://uniapp.dcloud.io/component/mp-weixin-plugin "mp-weixin" : { "appid" : "", "setting" : { "urlCheck" : false, "minif 阅读全文
posted @ 2021-06-05 11:21 样子2018 阅读(242) 评论(0) 推荐(0)
摘要: 一、效果图 二、代码 wx.getUserProfile({ desc: '用于获取用户个人信息', success: function (detail) { wx.login({ success: ress => { var code = ress.code; //登录凭证 wx.request( 阅读全文
posted @ 2021-05-29 10:31 样子2018 阅读(909) 评论(0) 推荐(0)
摘要: 一、效果图 二、代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <titl 阅读全文
posted @ 2021-05-29 09:31 样子2018 阅读(582) 评论(0) 推荐(0)
摘要: locate:判断字符串(string)中是否包含另一个字符串(subStr) 函数返回subStr在string中出现的位置 一、使用方法 locate(subStr,string) > 0 二、功能类似函数 POSITION(substr IN str) 函数返回字符串中第一次出现的子字符串的位 阅读全文
posted @ 2021-05-17 09:00 样子2018 阅读(749) 评论(0) 推荐(0)
摘要: 一、效果图 二、代码示例 require DT_ROOT . '/api/a/wx.php'; $wx = new wx($db); $wx_small = $db->get_one("select * from {$DT_PRE}wx_small_user where username='{$us 阅读全文
posted @ 2021-05-11 10:38 样子2018 阅读(130) 评论(0) 推荐(0)
摘要: 一、示例 include './plugin/PHPExcel/PHPExcel.php'; include './plugin/PHPExcel/PHPExcel/IOFactory.php'; include './plugin/PHPExcel/PHPExcel/Reader/Excel5.p 阅读全文
posted @ 2021-05-07 09:07 样子2018 阅读(719) 评论(0) 推荐(0)
摘要: 一、示例代码 public function html() { return Response::create($this->fetch('setting'), 'html')->code(200); } 阅读全文
posted @ 2021-05-04 13:49 样子2018 阅读(421) 评论(0) 推荐(0)
摘要: 一、代码 var Base64 = { _keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", encode: function(e) { var t = ""; var n, r, i, s, o, 阅读全文
posted @ 2021-04-08 16:39 样子2018 阅读(615) 评论(0) 推荐(1)
摘要: 一、效果图 二、示例代码 class GoogleTranslate { const GOOGLE_URL = 'https://translate.google.cn/translate_a/'; public function shr32($x, $bits) { if ($bits <= 0) 阅读全文
posted @ 2021-04-05 10:35 样子2018 阅读(344) 评论(0) 推荐(0)
摘要: 一、效果图 1、公众号 2、短信 将跳转的链接生成短链接 点击查看生成短链接的方法 二、代码 1、h5代码 <html> <head> <title>打开小程序</title> <meta http-equiv="Content-Type" content="text/html; charset=u 阅读全文
posted @ 2021-03-27 13:48 样子2018 阅读(496) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页