11 2021 档案
摘要:use mastergoif exists(select*from sys.databases where name='test' )drop database testgocreate database testgouse testgo
阅读全文
摘要:$(".mask").hover(function(){$(".float_layer").show();$(".big_box").show();},function () {$(".float_layer").hide();$(".big_box").hide();})$(".mask").ho
阅读全文
摘要:$(function(){ var current=0; var count=$(".pics-list li").length-1; var width=$(".pics-list li").width(); function next(){ if(current>=count){ current
阅读全文
摘要:click() :当按钮点击事件被触发时会调用一个函数 dblclick():当双击元素时,会发生 dblclick 事件 hover():用于模拟光标悬停事件 focus():当元素获得焦点时,发生 focus 事件 blur():当元素失去焦点时,发生 blur 事件 append:向每个匹配的
阅读全文
摘要:(1)eq匹配一个给定索引值的元素 是从0开始的 查询第2条信息 (2)gt;匹配所有大于给定索引值的元素 查询索引大于1的 (3). lt: 匹配所有小于给定索引值的元素 查询索引小于1的 (4)attr 一个代表获取 两个代表设置var id=$(".div").attr("data-id")c
阅读全文
摘要:1.getElementById() 方法可返回对拥有指定 ID 的第一个对象的引用。 document.getElementById() id属性2. getElementsByClassName() 方法返回文档中所有指定类名的元素集合document.getElementsByClassNam
阅读全文
摘要:background-repeat: no-repeat// 设置背景重复 display: none// 显示 justify-content: space-around//页面水平居中 align-items: center;//页面垂直居中 min-height: //最小高度 cursor:
阅读全文
浙公网安备 33010602011771号