摘要:html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/less"> *{margin: 0;} body{ background-color: #fff; } .big
阅读全文
摘要:1、Win + D – 显示桌面 2、Win+L 锁定系统 3、Win + R – 打开运行窗口 4、Win+M 最小化所有窗口 当按下后当前所有窗口全都最小化。再次按下这个组合键没反应(用WIN + Shift + M 还原刚才最小化的窗口)。外号“老板键”,老板来了,赶快使用。Win+D也可以,
阅读全文
摘要:html: <!-- 表单数据--> <div id=""> <form id="thenform1"> <input type="hidden" name="page" value="1" /> </form> </div> js: data = $("#thenform1").serialize
阅读全文
摘要:$.ajax({ url:url, type: "get", //这里是重点 xhrFields: { //允许添加cookie withCredentials: true }, dataType: "json", data:data, success:function(res){}, error:
阅读全文
摘要:代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .scroll_wrap{width:100%;display:flex;justify-content:center;align-ite
阅读全文
摘要:代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .scroll_wrap{width:100%;display:flex;justify-content:center;align-ite
阅读全文