- 昵称:51助手
- 博龄:6年5个月25天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
js数组去重、去除空值
摘要:直接给一个新的数组里面,利用es6的延展运算符arr = [...new Set(arr)] //去重arr = arr.filter(function (s) {return s && s.trim()}) //去除空值
vue 苹果手机输入框页面会缩放问题
摘要:<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
HBuilder vue文件标签分栏插件 formatAndSave vue
摘要:HBuilder vue文件标签分栏插件 formatAndSave https://ext.dcloud.net.cn/plugin?id=7695
抽奖转盘
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="renderer"&n
js获取日期
摘要:let date = new Date();const year = date.getFullYear().toString();const month = (date.getMonth() + 1).toString().padStart(2,'0');const day = date.ge
php 联续7天签到算法
摘要:要求:每天签到送积分,第一天1积分,第二天2积分_..第七天7积分(中间不能问隔,如有从要第一天开始) 7天为一个同期在日历中显示联续7天签到与积分情况mysql:tp5 php<?php namespace app\api\controller; use app\api\controller\Common; us
$.ajaxFileUpload is not a function
摘要:百度找了很多方法,发现都不行,ajaxFileUpload 我是从githb下载的,最后发现是文件的问题,换了一个就可以了// JavaScript Document jQuery.extend({ createUploadIframe: function(id,
微信浏览器视频自动播放
摘要:html<video id="videoPlay" playsinline="true" webkit-playsinline="true" x5-playsinline="true" 
php 图片裁剪去水印
摘要:<?php //$source_path 源图片地址 //$cut_h 裁剪高度 //$cut_type 裁剪类型 1像素 2百分比 //$limit_w 图片宽度小于$limit_w不处理 //$limit_w 图片高度小于$lim