摘要:在html 5中,其中一个引人注意的新特性,那就是允许使用Indexed DB。用户可以从这个链接(http://www.w3.org/TR/IndexedDB/)了解到Indexed DB的详细标准。在本文中,将对Indexed DB作简单的入门介绍。概述从本质上说,IndexedDB允许用户在浏...
阅读全文
12 2015 档案
摘要:在html 5中,其中一个引人注意的新特性,那就是允许使用Indexed DB。用户可以从这个链接(http://www.w3.org/TR/IndexedDB/)了解到Indexed DB的详细标准。在本文中,将对Indexed DB作简单的入门介绍。概述从本质上说,IndexedDB允许用户在浏...
阅读全文
摘要:1:引用模块"http" (执行命令node app.js "http://www.baidu.com")运行下面代码//app.jsvar http = require('http');var url = require('url');function spider(u,cb){ http....
阅读全文
|