- 授权协议: 未知
- 开发语言:
- 操作系统: 跨平台
- 软件首页: http://www.w3.org/TR/microdata/
- 软件文档: http://en.wikipedia.org/wiki/Microdata_%28HTML%29
软件介绍
Microdata 是一种 HTML 规范用来给现有的web内容添加语义。搜索引擎,网页爬虫,浏览器能够提取并处理Mircodata,并且利用这些信息提供更好的浏览体验。Microdata是通过一个词库,用 name-value 的形式给属性赋值。Microdata尝试想要通过比RDFa和Microformats更简单的方式为去标记HTML,提供机器可以阅读的标签。
示例代码:
="http://data-vocabulary.org/Person">
Hello, my name is
<span itemprop="name">John Doe</span>,
I am a
<span itemprop="title">graduate research assistant</span>
at the
<span itemprop="affiliation">University of Dreams</span>.
My friends call me
<span itemprop="nickname">Johnny</span>.
You can visit my homepage at
<a href="http://www.JohnnyD.com" itemprop="url">www.JohnnyD.com</a>.
="address" itemscope itemtype="http://data-vocabulary.org/Address">
I live at
<span itemprop="street-address">1234 Peach Drive</span>
<span itemprop="locality">Warner Robins</span>
,
<span itemprop="region">Georgia</span>.
</section>
</section>
RESTful Web Services Cookbook
Subbu Allamaraju / Yahoo Press / 2010-3-11 / USD 39.99
While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 10......一起来看看 《RESTful Web Services Cookbook》 这本书的介绍吧!
