{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

软件开发视频大讲堂:HTML5从入门到精通(附光盘1张)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

软件开发视频大讲堂:HTML5从入门到精通(附光盘1张)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

“软件开发视频大讲堂”丛书系清华社“视频大讲堂”重点大系之一。该大系包括多个子系列,每个子系列的图书在其同品种的图书中销售名列前茅,其中:
◆4个品种荣获“全行业畅销品种”
◆1个品种荣获2012年清华大学出版社“专业畅销书”一等奖
◆绝大多数品种在“全国计算机零售图书排行榜”同品种排行中名列前茅
◆截至目前该大系累计销售超过55万册
◆该大系已成为近年来清华社计算机专业基础类零售图书畅销的品牌之一
“软件开发视频大讲堂”系列作为清华社“视频大讲堂”大系的子系列之一,继承和创新了清华社“视频大讲堂”大系的编写模式、写作风格和优良品质。本书突出了以下内容:
◆总长总时长25小时同步视频演示讲解,可反复观摩,让学习更为快捷、高效
◆436个典型实例,通过实例学习更深入,更有趣,更有动力
◆369道面试真题,了解工作实例及面试问题,更好适应企业需求
◆138项能力测试题目,检测是否过关,了解学习之不足。
◆根据全国计算机零售图书排行榜,本书已经连续8月HTML5类全国零售排行前2名
“软件开发视频大讲堂”系列作为清华社“视频大讲堂”大系的子系列之一,执着于专业,精细于品质:
◆集基础知识、核心技能、高级应用、项目案例于一体
◆好学、好用、高效

Content Description

《HTML 5从入门到精通》系统、全面地讲解了HTML语言及其新版本HTML 5的新功能与新特性,技术新颖实用。书中所有知识点均结合实例进行讲解,方便读者动手实践。同时在每章的后还设置了习题,通过这些习题可以对本章学到的知识进行巩固。本书不仅能够使读者系统而全面地学习理论知识,还能满足读者充分实践的需求。
全书共分23章,包括HTML基础、HTML文件基本标记、设计网页文本内容、使用列表、超链接、使用图像、表格的应用、层标记——div、编辑表单、多媒体页面、HTML 5的新特性、HTML 5与HTML 4的区别、HTML 5的结构、HTML 5中的表单、HTML 5中的文件与拖放、多媒体播放、绘制图形、数据存储、离线应用程序、使用Web Worker处理线程、通信API、获取地理位置信息、旅游信息网前台页面。书中所有知识点都结合具体实例进行介绍,涉及的程序代码给出了详细的注释,可以使读者轻松领会HTML语言程序开发的精髓,快速提高开发技能。
本书所配DVD光盘含有全程语音视频讲解教学录像以及实例的全部源代码,这些源代码都经过精心调试,在Windows XP、Windows 2000、Windows 2003和Windows 7下全部调试通过。
本书内容详尽,实例丰富,非常适合作为编程初学者的学习用书,也适合作为开发人员的参考资料。

Author Description

明日科技,是一家软件开发和教育为主的高科技公司,开发的系统有长春公交系统、天气预报系统,矿山瓦斯报警系统等。开发的图书有《软件开发视频大讲堂》《软件开发1200例》《软件工程师开发大系》等多个系列。

Catalogue

第1篇 HTML基础

第1章 HTML基础

教学录像:22分钟

1.1 HTML的基本概念

1.2 HTML发展史

1.3 HTML的基本结构

1.3.1 HTML文件的编写方法

1.3.2 文件开始标签

1.3.3 文件头部标签

1.3.4 文件标题标签

1.3.5 文件主体标签

1.3.6 编写文件的注意事项

1.4 编写第一个HTML文件

1.4.1 HTML文件的编写方法

1.4.2 手工编写页面

1.4.3 使用可视化软件制作页面

1.4.4 使用浏览器浏览HTML文件

1.4.5 使用HTML开发的明日图书网

1.5 小结

1.6 习题


第2章 HTML文件基本标记

教学录像:44分钟

2.1 HTML头部标记

2.2 标题标记

2.3 元信息标记

2.3.1 设置页面关键字

2.3.2 设置页面描述

2.3.3 设置编辑工具

2.3.4 设定作者信息

2.3.5 限制搜索方式

2.3.6 设置网页文字及语言

2.3.7 设置网页的定时跳转

2.3.8 设定有效期限

2.3.9 禁止从缓存中调用

2.3.10 删除过期的cookie

2.3.11 强制打开新窗口

2.3.12 设置网页的过渡效果

2.4 基底网址标记

2.5 页面的主体标记

2.5.1 设置文字颜色——text

2.5.2 背景颜色属性——bgcolor

2.5.3 背景图像属性——background

2.5.4 设置链接文字属性——link

2.5.5 设置边距——margin

2.6 页面的注释标记

2.7 实例演练——创建基本的HTML网页

2.8 小结

2.9 习题


第3章 设计网页文本内容

教学录像:29分钟

3.1 标题文字的建立

3.1.1 标题文字标记

3.1.2 标题文字的对齐方式——align

3.2 设置文字格式

3.2.1 设置文字字体——face

3.2.2 设置字号——size

3.2.3 设置文字颜色——color

3.2.4 粗体、斜体、下划线——strong、em、u

3.2.5 上标与下标——sup、sub

3.2.6 设置删除线——strike

3.2.7 等宽文字标记——code

3.2.8 空格——

3.2.9 其他特殊符号

3.3 设置段落格式

3.3.1 段落标记——p

3.3.2 取消文字换行标记——nobr

3.3.3 换行标记——br

3.3.4 保留原始排版方式标记——pre

3.3.5 居中对齐标记——center

3.3.6 向右缩进标记——blockquote

3.4 水平线标记

3.4.1 添加水平线——hr

3.4.2设置水平线的宽度与高度——width、height

3.4.3 设置水平线的颜色——color

3.4.4 设置水平线的对齐方式——align

3.4.5 去掉水平线阴影——noshade

3.5 其他文字标记

3.5.1 文字标注标记——ruby

3.5.2 声明变量标记——var

3.5.3 忽视HTML标记——plaintext、xmp

3.6 小结

3.7 习题


第4章 使用列表

教学录像:35分钟

4.1 列表的标记

4.2 使用无序列表

4.2.1 无序列表标记——ul

4.2.2 无序列表的符号类型——type

4.3 使用有序列表

4.3.1有序列表标记——ol

4.3.2有序列表的属性——type

4.3.3有序列表的起始数值——start

4.4 定义列表标记——dl

4.5 菜单列表标记——menu

4.6 目录列表——dir

4.7 使用嵌套列表

4.7.1定义列表的嵌套

4.7.2无序列表和有序列表的嵌套

4.8 小结

4.9 习题


第5章 超链接

教学录像:22分钟

5.1 超链接的基本知识

5.1.1 超链接

5.1.2 绝对路径

5.1.3 相对路径

5.2 超链接的建立

5.2.1 超链接标记的基本语法

5.2.2 建立文本超链接

5.2.3 设置超链接的目标窗口

5.3 内部链接

5.4 书签链接

5.4.1 建立书签

5.4.2 链接到同一页面的书签

5.4.3 链接到不同页面的书签

5.5 外部链接

5.5.1 通过HTTP协议

5.5.2 通过FTP

5.5.3 发送E-mail

5.5.4 下载文件

5.6 其他链接

5.6.1 脚本链接

5.6.2 空链接

5.7 小结

5.8 习题


第6章 使用图像

教学录像:35分钟

6.1 图像的基本格式

6.2 添加图像——img

6.3 设置图像属性

6.3.1 图像高度——height

6.3.2 图像宽度——width

6.3.3 图像边框——border

6.3.4 图像水平间距——hspace

6.3.5 图像垂直间距——vspace

6.3.6 图像相对于文字基准线的对齐方式——align

6.3.7 图像的提示文字——alt

6.4 图像的超链接

6.4.1设置图像的超链接

6.4.2设置图像热区链接

6.5 小结

6.6 习题


第7章 表格的应用

教学录像:48分钟

7.1创建表格

7.1.1表格的基本构成——table、tr、td

7.1.2表格的标题——caption

7.1.3表格的表头——th

7.2设置表格基本属性

7.2.1表格的宽度——width

7.2.2表格的高度——height

7.2.3表格的对齐方式——align

7.3设置表格的边框

7.3.1表格边框的宽度——border

7.3.2表格边框的颜色——bordercolor

7.3.3表格内框的宽度——cellspacing

7.3.4表格内文字与边框的间距——cellpadding

7.4设置表格背景

7.4.1表格的背景颜色——bgcolor

7.4.2表格的背景图像——background

7.5设置表格的行属性

7.5.1高度的控制——height

7.5.2行的边框颜色——bordercolor

7.5.3行的背景颜色——bgcolor、background

7.5.4行文字的水平对齐方式——align

7.5.5行文字的垂直对齐方式——valign

7.5.6 表格标题的垂直对齐方式——align

7.6调整单元格属性

7.6.1单元格大小——width、height

7.6.2单元格水平跨度——colspan

7.6.3单元格垂直跨度——rowspan

7.6.4单元格对齐方式——align、valign

7.6.5单元格的背景色

7.6.6单元格的边框颜色——bordercolor

7.6.7单元格的亮边框——bordercolorlight

7.6.8单元格的暗边框——bordercolordark

7.6.9单元格的背景图像——background

7.7表格的结构

7.7.1表格的表头标记——thead

7.7.2表格的表主体标记——tbody

7.7.3表格的表尾标记——tfoot

7.8 表格的嵌套

7.9 小结

7.10 习题


第8章 层标记——div

教学录像:33分钟

8.1 层

8.1.1 层的分类

8.1.2 定义数据块

8.2 标签

8.2.1 标签的简介

8.2.2 标签的属性

8.2.3标签与标签

8.3 标签

8.3.1 标签的简介

8.3.2 标签的属性

8.4 标签和 标签

8.4.1 标签层的使用

8.4.2 标签和 标签的区别

8.5 应用div制作下拉菜单导航条

8.6 小结

8.7 习题


第9章 编辑表单

教学录像:26分钟

9.1使用表单标签——form

9.1.1处理动作——action

9.1.2表单名称——name

9.1.3传送方法——method

9.1.4编码方式——enctype

9.1.5目标显示方式——target

9.2 添加控件

9.3输入类的控件

9.3.1文字字段——text

9.3.2密码域——password

9.3.3单选按钮——radio

9.3.4复选框——checkbox

9.3.5普通按钮——button

9.3.6提交按钮——submit

9.3.7重置按钮——reset

9.3.8图像域——image

9.3.9隐藏域——hidden

9.3.10文件域——file

9.4列表/菜单标记

9.5文本域标记——textarea

9.6id标记

9.7小结

9.8习题


第10章 多媒体页面

视频讲解:18分钟

10.1 设置滚动文字

10.2 添加背景音乐

10.3 添加多媒体文件

10.4 小结

10.5 习题

第2篇 HTML 5高级应用

第11章 HTML 5的新特性

视频讲解:6分钟

11.1 谁在开发HTML 5

11.2 HTML 5的新认识

11.3 无插件范式

11.4 HTML 5的新特性

11.5 小结


第12章 HTML 5与HTML 4的区别

视频讲解:51分钟

12.1 语法的改变

12.2 新增的元素和废除的元素

12.3 新增的属性和废除的属性

12.4 全局属性

12.5 小结

12.6 习题


第13章 HTML 5的结构

视频讲解:20分钟

13.1 新增的主体结构元素

13.2 新增的非主体结构元素

13.3 小结

13.4 习题


第14章 HTML 5中的表单

视频讲解:50分钟

14.1 新增表单元素与属性

14.2 对表单的验证

14.3 增加的页面元素

14.4 小结

14.5 习题


第15章 HTML 5中的文件与拖放

视频讲解:40分钟

15.1 选择文件

15.2使用FileReader接口读取文件

15.3 拖放API

15.4 dataTransfer对象应用详解

15.5 小结

15.6 习题


第16章 多媒体播放

视频讲解:35分钟

16.1 HTML 5多媒体的简述

16.2 多媒体元素基本属性

16.3 多媒体元素常用方法

16.4 多媒体元素重要事件

16.5 小结

16.6 习题


第17章 绘制图形

视频讲解:1小时32分钟

17.1 canvas的基础知识

17.2 在画布中使用路径

17.3 运用样式与颜色

17.4 绘制渐变图形

17.5 绘制变形图形

17.6 组合多个图形

17.7 给图形绘制阴影

17.8 应用图像

17.9 绘制文字

17.10 保存与恢复状态

17.11 文件的保存

17.12 对画布绘制实现动画

17.13 综合实例——桌面时钟

17.14 小结

17.15 习题


第18章 数据存储

视频讲解:50分钟

18.1 初识Web Storage

18.2 本地数据库

18.3 小结

18.4 习题


第19章 离线应用程序

视频讲解:13分钟

19.1 HTML 5离线Web应用概述

19.2 创建HTML 5离线应用

19.3 浏览器与服务器的交互过程

19.4 applicationCache对象

19.5 小结

19.6 习题


第20章 使用Web Worker处理线程

视频讲解:25分钟

20.1 Web Worker概述

20.2 在Worker内部能做什么

20.3 多个JavaScript文件的加载与执行

20.4 线程嵌套

20.5 小结

20.6 习题


第21章 通信API

视频讲解:4分钟

21.1 跨文档消息通信

21.2 小结

第22章 获取地理位置信息

视频讲解:12分钟

22.1 Geolocation API的概述

22.2 position对象

22.3 在google地图上显示“我在这里”

22.4 小结

22.5 习题

第3篇 HTML 5项目实战

第23章 旅游信息网前台页面

视频讲解:20分钟

23.1 概述

23.2 网站预览

23.3 关键技术

23.4 网站公共部分设计

23.5 网站主页设计

23.6 留下足迹页面设计

23.7 小结

附录 习题参考答案


Introduction

自从2010年HTML 5正式推出以来,它立刻受到了世界各大浏览器的热烈欢迎与支持。根据世界各大IT界知名媒体评论的说法,新的Web时代——HTML 5的时代马上就要到来。
本书内容
本书中所讲的HTML 4中的内容,能够在所有浏览器中运行。在讲解HTML 5中新增加的内容时,由于新增加的内容所支持的浏览器不同,所以在运行时所用的浏览器也不同。读者在具体运行实例时,请使用其所支持的浏览器运行,这样才能保证实例的运行效果。
本书提供了从HTML到HTML 5的所有知识,共分3篇。
第1篇:HTML基础。本篇主要是对HTML基础、标记、列表、超链接、图像与表格、层标签以及表单与多媒体页面等内容的介绍,并结合大量的图示、实例、录像等,使读者快速掌握HTML的基础知识,并为以后深入学习HTML 5奠定坚实的基础。
第2篇:HTML 5高级应用。本篇对HTML 5中新增的语法与标记方法、新增元素、新增API以及这些元素与API目前为止受到了哪些浏览器的支持等进行了详细的介绍。在对它们进行介绍的同时,将其与HTML 4中的各种元素与功能进行了对比,以帮助读者更好地理解为什么要使用HTML 5、使用HTML 5的好处。
第3篇:HTML 5项目实战。本篇详细讲解如何在一个用HTML 5语言编写而成的页面中综合运用HTML 5中新增的各种结构元素,如何对这些结构元素综合使用CSS样式。
本书特点
◆技术新颖,讲解细致:全面、细致地展示HTML的基础知识,同时讲解在未来Web时代中备受欢迎的HTML 5的新知识,让读者能够真正学习到HTML 5最实用、最流行的技术。
◆语音视频,讲解详尽:书中每一章节均提供声图并茂的语音教学录像,读者可以根据书中提供的录像位置,在光盘中找到。这些录像能够引导初学者快速入门,感受编程的快乐和成就感,增强进一步学习的信心,从而快速成为编程高手。
◆实例典型,轻松易学:通过例子学习是最好的学习方式,本书通过一个知识点、一个例子、一个结果、一段评析、一个综合应用的模式,透彻详尽地讲述了实际开发中所需的各类知识。
◆精彩栏目,贴心提醒:本书根据需要在各章使用了很多“注意”、“说明”等小栏目,让读者可以在学习过程中更轻松地理解相关知识点及概念,并轻松地掌握个别技术的应用技巧。
◆应用实践,随时练习:书中几乎每章都提供了“习题”,让读者能够通过对问题的解答重新回顾、熟悉所学的知识,举一反三,为进一步学习作好充分的准备。
读者对象
◆初学编程的自学者 ◆编程爱好者
◆大中专院校的老师和学生 ◆相关培训机构的老师和学员
◆正在做毕业设计的学生 ◆初中级程序开发人员
◆程序测试及维护人员 ◆ 参加实习的“菜鸟”程序员
读者服务
致读者
本书由明日科技Web程序开发团队策划并组织编写,主要编写人员有李慧、刘欣、王小科、赵会东、顾彦玲、刘玲玲、赛奎春、高春艳、杨丽、王国辉、陈丹丹、李伟、曹飞飞、朱晓、潘凯华、李继业、寇长梅、陈英、刘莉莉、刘淇、王双、黎秋芬、陈媛等。在编写过程中,我们以科学、严谨的态度,力求精益求精,但错误、疏漏之处在所难免,敬请广大读者批评指正。
最后,感谢您选择本书,希望本书能成为您学习编程路上的领航者。
“零门槛”编程,一切皆有可能。祝读书快乐!
编 者

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book