09 2017 档案
摘要:1.等价写法 在看各类教程时有以下等价写法:· top left, left top 等价于 0% 0%. top, top center, center top 等价于 50% 0%. right top, top right 等价于 100% 0%. left, left center, cen
阅读全文
摘要:1、可以采用事件映射 以bind()为例 语法: $(selector).bind({event1:function1,event2:function2,...}) 具体示例: 1 $("button").bind({ 2 mouseover:function(){$("p").css("backg
阅读全文
摘要:CDN的全称是Content Delivery Network,即内容分发网络。其目的是通过在现有的Internet中增加一层新的网络架构,将网站的内容发布到最接近用户的网络"边缘",使用户可 以就近取得所需的内容,解决Internet网络拥挤的状况,提高用户访问网站的响应速度。从技术上全面解决由于
阅读全文