摘要:
一、js跳转页面 location.href = "http://www.xxx.com";location.replace("http://www.xxx.com"); location.replace("http://www.xxx.com"); 二、php跳转页面 1. location和": 阅读全文
摘要:
一、js获取页面url // --获取域名 www.xxx.com var domain = document.domain; var domain = window.location.host; // --获取url,不含参数 http://www.xxx.com/JDYmdyPGph.php/p 阅读全文
摘要:
$.ajax({ type: "post", //传输方式 get/post url: "pim/schedule/UserImg", //传输地址(后台地址) data: {'url': url}, //传参 {'url': url}数组形式 dataType: "json", //接收数据形式 阅读全文
摘要:
phpqrcode类库官网下载地址:https://sourceforge.net/projects/phpqrcode/ 1、下载一下 phpqrcode 类库 2、取出 phpqrcode.php,放到 vendor文件夹里面 js代码 $('#bdd').click(function (e) 阅读全文
摘要:
GitHub: 一、创建token: 1)主页点击头像,选中Settings 2)鼠标滚动到最下边,左侧栏点击developer settings 3)点击左侧栏第三个personal access tokens 点击右侧创建新的token 4)给token起个名,选中gist,点击最下方creat 阅读全文