摘要: Date 对象 Date 对象用于处理日期和时间。 日期对象是用 new Date() 创建的。 Date 对象属性 属性描述 constructor 返回创建 Date 对象原型的函数。 prototype 允许您向对象添加属性和方法。 Date 对象方法 方法描述 getDate() 返回月中的 阅读全文
posted @ 2021-12-23 20:09 摆摊买星星 阅读(209) 评论(0) 推荐(0)
摘要: 属性: @keyframes animation-name animation-duration animation-delay animation-iteration-count animation-direction animation-timing-function animation-fil 阅读全文
posted @ 2021-12-23 20:03 摆摊买星星 阅读(51) 评论(0) 推荐(0)
摘要: :active a:active 选择活动的链接。 :checked input:checked 选择每个被选中的 <input> 元素。 :disabled input:disabled 选择每个被禁用的 <input> 元素。 :empty p:empty 选择没有子元素的每个 <p> 元素。 阅读全文
posted @ 2021-12-23 19:57 摆摊买星星 阅读(63) 评论(0) 推荐(0)