匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

官网 https://www.lightgalleryjs.com/ 引入插件// 包含所有插件的css <link rel="stylesheet" href="__SKIN__/plugins/lightgallery/css/lightgalle

使用这下载器就可以直接下载,直接粘帖你的m3u8链接https://nilaoda.github.io/N_m3u8DL-CLI/  N_m3u8DL-CLI_v3.0.2.zip

红包功能开通后,设置 使用API接口发放调用IP地址发放限制给运营帐户充值,红包的钱用的是运营帐户

注备材料$wxParam = [ 'appid'=>'xxxxx',//微信分配的公众账号ID 'MerchantId'=>'xxxxx', //商户号 'key'=>'x

安装 prism.js  https://www.51zuso.com/admin/p/1397.html在内容显示页面加上这个代码<script>     var $codepre = $("pre[class]&

官网:https://prismjs.com/download.html选择需要的主题很语言我所选的配置https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+abap+abnf+a

<!DOCTYPE html> <html> <head>     <meta charset="UTF-8">     <title>Title</title>

第一种:利用 json.parse 和 json.stringifythis.list= json.parse( json.stringify(this.list2) )第二种:es6 的解析语法this.list= { ...this.list2}this.arr= [...this.arr2]

function upFile(){ // 允许上传的图片后缀 $allowedExts = array("gif", "jpeg", "jpg", "png", "mp4"

js判断手机端跳转 到  域名/m<script type="text/javascript">     if(window.location.toString().indexOf('pref=padinde

https://baijiahao.baidu.com/s?id=1752067998487174957

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet"&n

根据数组有length属性而json对象没有,从而来判断 if(typeof file.length == 'number' ){ console.log('数组'); } else{ console.log('对象'); }

方法1const numbers = [1, 2, 3, 4, 5]; console.log(numbers.includes(3));  // trueconsole.log(numbers.includes(

加上这两个参娄 true-value="1" //选中 false-value="0" //未选中<input type="checkbox" v-model="obj.required"  t

@click="copyUrl(123)" copyUrl(text) { var input = document.createElement("input"); // 创建input对象 input.v

<button type="button" onclick="document.getElementById('test').focus(); insertHtmlAtCaret('<b>INSERTED</b>');">

例:上传图片后 jquery 修改input值,发现vue的双向绑定没有效果,手动改一下input的值才有效$('imgSrc').val('XXXX');<input  v-model="src"   class="im

我们在将数组存入mysql数组库时通过json_encode转成字符串当我们json_decode在取出来时,相应的中文与数字也会变转换为字符串类型,这不是我们想要的,所以在json_encode时添加这两个参数JSON_NUMERIC_CHECK|JSON_UNESCAPED_UNICODEjson_encode(array,JSON_NUMERIC_CH

1  vue.config.jspwa: {    iconPaths: { favicon32: 'favicon.ico', favicon16: 'favicon.ico', appleTouchIcon: &#