
资料
文章平均质量分 83
toury
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How Internet Cookies Work -Marshall Brain
Internet cookies are incredibly simple, but they are one of those things that have taken on a life of their own. Cookies started receiving tremendous media attention starting in February 2000 be转载 2007-11-07 09:35:00 · 900 阅读 · 0 评论 -
XMLHttpRequest
<br />XMLHttpRequest is a JavaScript object that was designed by Microsoft, adopted by Mozilla, and is now being standardized in the W3C. It provides an easy way to retrieve data at a URL. Despite its name, XMLHttpRequest can be used to retrieve an转载 2011-05-12 06:46:00 · 1251 阅读 · 1 评论 -
JavaScript: Use a Web Proxy for Cross-Domain XMLHttpRequest Calls
JavaScript: Use a Web Proxy for Cross-Domain XMLHttpRequest CallsThe XMLHttpRequest object (also known as the XMLHTTP object in Internet Explorer) is at the core of today's most exciting AJAX web applications. But actually writing client web app转载 2011-04-27 00:46:00 · 1322 阅读 · 0 评论