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

相关分类

欢迎 小蝌蚪加大 的加入!

<?php //初步 function http_curl1($url){ //1.初始化curl $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$url); //设置url curl_setop

var st = $(document).scrollTop(); //滚动条高度 var bt = $('#zlzs').offset().top; //元素距页面高度 var wh = window.screen.height

public function exlDemo(){ header("Content-type: text/csv"); header("Content-Disposition: attachment; filename="

html<input type="text" id="baseUrl"  class="bp_input" /> <input  type="button" class="

引用animate.min.css<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">css可以选隐元素.demo{    

生成指定位数的纯数字字符串//生成n位数字字符串 function randomNum(n){   var res = "";   for(var i=0;i<n;i++){     res&nb

可以使用以下方法替代$(document).on('mouseover mouseout','.class',function(event){ if(event.type == 'mouseover'){ //鼠标经过 } if(event.type =

官网 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('对象'); }