摘要:
event.target This property of event objects is the object the event was dispatched on. It is different than event.currentTarget when the event handler 阅读全文
摘要:
3XX 重定向 301 Moved Permanently 永久重定向,表示请求的资源已经永久的搬到了其他位置 302 Found 临时重定向,表示请求的资源临时搬到了其他位置 303 See Other 表示请求资源存在另一个URI,应使用GET定向获取请求资源 304 Not Modified 阅读全文