上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 30 下一页
摘要: 直接上代码: $now = date("Y-m-d H:i:s ",time()); //当前时间戳转化为 当天 $time = strtotime($now); //当天字符串 转换为 时间戳 阅读全文
posted @ 2022-08-01 20:10 79524795 阅读(275) 评论(1) 推荐(0) 编辑
摘要: dianji() { console.log('成功'); // #ifdef MP-WEIXIN wx.getChannelsLiveInfo({ finderUserName: 'sphn4Ag44p2YixT', success: function(res) { console.log('成功 阅读全文
posted @ 2022-07-26 11:32 79524795 阅读(562) 评论(0) 推荐(0) 编辑
摘要: <div style="height:300px;width:70px;overflow:auto;background:#EEEEEE;"> 菜鸟教程 -- 学的不仅是技术,更是梦想!!! 菜鸟教程 -- 学的不仅是技术,更是梦想!!! 菜鸟教程 -- 学的不仅是技术,更是梦想!!! 菜鸟教程 - 阅读全文
posted @ 2022-07-26 11:20 79524795 阅读(48) 评论(0) 推荐(0) 编辑
摘要: uniapp代码 <view> <text style="margin-left: 40rpx;" class="all-tx color-base-text" @click="uploadskm">上传图</text> <view> <img @click="uploadskm" style="w 阅读全文
posted @ 2022-07-26 10:44 79524795 阅读(632) 评论(0) 推荐(0) 编辑
摘要: // console.log(theRequest); // 获取用户个人信息 var memberInfo=[]; if (uni.getStorageSync('userInfo')) { memberInfo = uni.getStorageSync('userInfo'); } // 如果信 阅读全文
posted @ 2022-07-23 15:03 79524795 阅读(195) 评论(0) 推荐(0) 编辑
摘要: var url = window.location.search; var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.substr(1); var strs = str.split("&"); for 阅读全文
posted @ 2022-07-23 10:14 79524795 阅读(7094) 评论(0) 推荐(0) 编辑
摘要: 买了个云数据库简单使用 1.开启并且复制下 2.navicat填写信息 阅读全文
posted @ 2022-07-21 15:12 79524795 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 文字内容中需要跳转小程序的文字请输入如下格式: <a data-miniprogram-appid="小程序appid" data-miniprogram-path="小程序路径" href="备用网址" data-miniprogram-type="text">文字内容</a> 阅读全文
posted @ 2022-07-19 15:11 79524795 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 语法: window.open([URL], [窗口名称], [参数字符串]) 参数说明: URL:可选参数,在窗口中要显示网页的网址或路径。如果省略这个参数,或者它的值是空字符串,那么窗口就不显示任何文档。窗口名称:可选参数,被打开窗口的名称。 1.该名称由字母、数字和下划线字符组成。 2."_t 阅读全文
posted @ 2022-07-18 16:03 79524795 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 微信开发者工具,看下是否压缩了。 阅读全文
posted @ 2022-07-18 11:13 79524795 阅读(31) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 30 下一页