摘要:
1.自执行函数中的this是window:1 var obj = {2 fn: (function () {3 console.log(this);//this-->window4 return ... 阅读全文
摘要:
制作实心的三角形#demo{ width: 100px; height: 100px; background-color: #333; position: relative; }#demo:after{ border:solid transparent; ... 阅读全文
摘要:
一些常见的状态码:200 OK :成功打开301 Moved Permanently :请求对象被永久移除400 Bad Request :错误的不能被服务器理解的请求401 Not Found : 请求的对象不在该服务器上505 HTTP Version Not Supported :服务器不支出... 阅读全文