2021年4月16日

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

导航