{{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

一学就会魔法书:Dreamweaver CS6网页制作(第3版)(附DVD-ROM光盘1张)

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

一学就会魔法书:Dreamweaver CS6网页制作(第3版)(附DVD-ROM光盘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

《一学就会魔法书》8年畅销,三次改版,100万读者、500所各类院校和培训中心的选择。
多个品种曾获“全行业优秀畅销品种”“全国大学出版社优秀畅销书”。
大型同步互动多媒体教学演示,听、看、练三位一体手把手教您从零开始。
素材、源文件、深度学习视频、疑难技巧等最完善的配套学习资源。

Content Description

《一学就会魔法书:Dreamweaver CS6网页制作(第3版)(附DVD-ROM光盘1张)》讲述了学习Dreamweaver CS6所需的相关知识,主要内容包括网页制作的基本知识、初识Dreamweaver CS6、网页的基本操作方法、使用表格和框架布局网页、制作简单的文本页面、制作内容丰富的图形页面、创建超链接、制作绚丽多姿的多媒体页面、使用Div+CSS布局并美化页面、使用模板和库资源、使用表单和Spry制作交互性网页、使用行为制作特效网页、制作动态网页以及发布和维护网站等知识,最后通过综合实例练习通过Dreamweaver CS6制作一个完整网站的各种操作,提高读者的综合应用能力。
《一学就会魔法书:Dreamweaver CS6网页制作(第3版)(附DVD-ROM光盘1张)》深入浅出,以小魔女对制作网页一窍不通到能熟练掌握网页制作的方法为线索贯穿始终,引导初学者学习。书中选择了大量网页制作中的应用实例帮助读者掌握相关知识,每章最后附有丰富生动的练习题,以检验读者对本章知识点的掌握程度,达到巩固所学知识的目的。
本书及光盘还有如下特点及资源:情景式教学、互动教学演示、模拟操作练习、丰富的实例、大量学习技巧、素材源文件、电子书阅读、大量拓展资源等。
本书定位于喜好通过Dreamweaver制作网页的初学者使用,适用于办公人员、在校学生、网页设计人员、网页设计爱好者,也可作为各类网页制作的学习教材。

Catalogue

第1章 网页制作的基本知识
1.1 网页的基础知识
1.1.1 什么是网页
1.1.2 网页的组成元素
1.1.3 网页中的专用术语
1.1.4 网页的类型
1.2 了解HTML语言
1.2.1 什么是HTML
1.2.2 标签和属性
1.2.3 HTML常用标签
1.3 认识CSS
1.3.1 什么是CSS
1.3.2 CSS的类型
1.3.3 CSS的基本语法
1.4 制作网页的流程
1.4.1 收集资料和素材
1.4.2 规划站点
1.4.3 分析页面版式与布局
1.4.4 确定页面的风格和色调
1.4.5 设计整个网页
1.4.6 设计其他页面元素
1.4.7 切割和优化页面
1.4.8 制作网页
1.4.9 测试站点
1.4.10 发布站点
1.4.11 更新和维护站点
1.5 网页制作的原则和技巧
1.5.1 网页制作的基本原则
1.5.2 网页基本元素的制作标准及技巧
1.5.3 用色技巧
1.6 本章小结——更多制作网页的技巧
第1招:Dreamweaver与其他软件的配合
第2招:网页元素的用色技巧
第3招:新手学网页的方法与技巧
1.7 过关练习

第2章 初识Dreamweaver CS6
2.1 启动与退出Dreamweaver CS6
2.1.1 启动Dreamweaver CS6
2.1.2 退出Dreamweaver CS6
2.2 认识Dreamweaver CS6的工作界面
2.3 认识Dreamweaver CS6的视图方式
2.3.1 代码视图
2.3.2 设计视图
2.3.3 拆分视图
2.3.4 实时视图
2.3.5 实时代码视图
2.4 Dreamweaver CS6中网页的预览方式
2.4.1 多屏幕预览
2.4.2 在IE浏览器中预览网页
2.5 本章小结——用可视化工具布局设计界面
第1招:使用标尺布局
第2招:使用网格布局
第3招:使用辅助线布局
2.6 过关练习

第3章 网页的基本操作方法
3.1 创建与管理站点
3.1.1 站点的含义
3.1.2 规划站点
3.1.3 创建站点
3.1.4 管理站点
3.2 网页文件操作
3.2.1 新建网页文件
3.2.2 保存网页文件
3.2.3 打开网页文件
3.2.4 关闭网页文件
3.3 设置文件头属性
3.3.1 设置网页标题
3.3.2 插入META标签
3.3.3 插入“关键字”和“说明”标签
3.3.4 插入“刷新”标签
3.3.5 插入“基础”标签
3.3.6 插入“链接”标签
3.3.7 编辑文件头内容的属性
3.4 设置页面属性
3.4.1 设置外观(CSS)
3.4.2 设置外观(HTML)
3.4.3 设置链接(CSS)
3.4.4 设置标题(CSS)
3.4.5 设置标题和编码
3.4.6 设置跟踪图像
3.5 典型实例——创建并管理mySite站点
3.6 本章小结——提高设置网页的能力
第1招:调整跟踪图像的位置
第2招:设置生动的链接文字呈现效果
3.7 过关练习

第4章 使用表格和框架布局网页
4.1 使用表格布局网页
4.1.1 表格布局网页的模式
4.1.2 在网页中创建表格
4.1.3 嵌套表格
4.1.4 选择表格
4.2 设置表格与单元格的属性
4.2.1 设置表格的属性
4.2.2 设置单元格的属性
4.3 单元格的基本操作
4.3.1 合并与拆分单元格
4.3.2 插入行/列
4.3.3 删除行/列
4.4 使用框架布局网页
4.4.1 框架和框架集的含义
4.4.2 使用框架布局网页的技巧
4.4.3 创建框架及框架集
4.4.4 选择框架及框架集
4.4.5 调整框架大小
4.4.6 删除框架
4.4.7 保存框架及框架集
4.5 设置框架和框架集的属性
4.5.1 设置框架
4.5.2 设置框架集属性
4.6 典型实例——制作“旅游足迹”网页
4.7 本章小结——网页布局的技巧
第1招:通过鼠标调整表格大小
第2招:使用鼠标调整单元格的大小
第3招:使用表格进行排序
第4招:制作IFrame浮动框架
4.8 过关练习

第5章 制作简单的文本页面
5.1 插入文本
5.1.1 直接插入文本
5.1.2 导入文本
5.1.3 插入空格
5.1.4 插入水平线
5.1.5 插入日期
5.1.6 插入注释
5.1.7 插入特殊字符
5.2 设置文本的格式
5.2.1 设置文本格式
5.2.2 设置段落格式
5.2.3 设置文本换行
5.2.4 设置文本的列表格式
5.3 典型实例——编辑“乐美装饰”网页
5.4 本章小结——文本编辑技巧
第1招:添加自定义颜色
第2招:查找和替换文本
5.5 过关练习

第6章 制作内容丰富的图形页面
6.1 图形图像在网页中的应用
6.1.1 网页图像的格式
6.1.2 图像的使用原则
6.1.3 图像的获取方法
6.2 图像的使用方法
6.2.1 直接添加图像
6.2.2 用占位符添加图像
6.2.3 创建鼠标经过图像
6.2.4 插入Fireworks HTML文档
6.3 设置图像的格式
6.3.1 设置图像的边距和边框
6.3.2 设置图像的对齐方式
6.3.3 调整图像的大小
6.3.4 重新对图像进行取样
6.4 设置图像的效果
6.4.1 调整图像的亮度和对比度
6.4.2 调整图像的锐度
6.4.3 编辑图像
6.5 典型实例——制作“动漫欣赏”网页
6.6 本章小结——更多应用图像的技巧
第1招:选择合适的图像格式
第2招:撤销与恢复图像
第3招:恢复图像的初始大小
6.7 过关练习

第7章 创建超链接
7.1 认识超链接
7.1.1 什么是超链接
7.1.2 源端点链接
7.1.3 目标端点链接
7.1.4 端点路径的分类
7.2 创建超链接
7.2.1 创建文本超链接
7.2.2 创建图像超链接
7.2.3 插入电子邮件超链接
7.2.4 创建命名锚记超链接
7.2.5 创建脚本和空链接
7.3 导航条设计
7.3.1 导航条的分类
7.3.2 导航条的位置和方向
7.3.3 设计导航条
7.4 典型实例——制作“西餐厅”网页
7.5 本章小结——编辑超链接
第1招:编辑文本超链接的颜色
第2招:创建文件下载链接
第3招:图像映射
7.6 过关练习

第8章 制作绚丽多姿的多媒体页面
8.1 在网页中插入Flash对象
8.1.1 Flash文件的格式
8.1.2 插入并编辑Flash动画
8.1.3 插入FLV视频
8.2 在网页中插入其他动态对象
8.2.1 插入Shockwave影片
8.2.2 插入APPLET程序
8.3 插入音乐文件
8.3.1 网页中常用的音乐文件格式
8.3.2 为网页添加背景音乐
8.3.3 通过插件插入音乐
8.4 典型实例——制作“天居装饰”网页
8.5 本章小结——使用其他媒体对象丰富页面
第1招:插入ActiveX
第2招:插入网络中的Flash动画
8.6 过关练习

第9章 使用Div+CSS布局并美化网页
9.1 初识Div
9.1.1 Div的基本知识
9.1.2 Div的结构
9.2 使用CSS美化网页
9.2.1 认识“CSS样式”面板
9.2.2 新建CSS样式
9.2.3 应用CSS样式
9.2.4 编辑CSS样式
9.2.5 设置CSS的光标效果
9.2.6 设置CSS的滤镜效果
9.3 CSS定位
9.3.1 盒子模型
9.3.2 float定位
9.3.3 position定位
9.4 使用Div+CSS布局网页
9.4.1 了解基于CSS的页面布局
9.4.2 使用Div对页面进行整体规划
9.4.3 设置被分割的模块的位置
9.4.4 使用CSS+Div进行定位
9.5 掌握AP Div的基本知识
9.5.1 AP Div与Div的区别
9.5.2 创建AP Div
9.5.3 嵌套AP Div
9.6 编辑AP Div
9.6.1 认识“AP 元素”面板
9.6.2 选择与移动AP Div
9.6.3 对齐和调整AP Div
9.6.4 设置AP Div的显示/隐藏
9.6.5 设置AP Div的层叠顺序
9.6.6 AP Div与表格的转换
9.7 典型实例——使用CSS+Div美化网页
9.8 本章小结——几种最基础的版式布局
第1招:1列固定宽度居中
第2招:2列固定宽度
第3招:1列宽度自适应
第4招:2列宽度自适应
9.9 过关练习

第10章 使用模板和库资源
10.1 使用模板制作网页
10.1.1 什么是网页模板
10.1.2 创建模板
10.1.3 编辑模板
10.2 应用模板
10.2.1 使用“新建文档”对话框新建网页
10.2.2 使用“资源”面板从已有模板创建新网页
10.2.3 将当前网页应用到模板
10.2.4 管理模板
10.3 使用库管理网页元素
10.3.1 创建库项目
10.3.2 插入库项目
10.3.3 编辑和更新库项目
10.4 典型实例——制作“天籁之音”网页
10.5 本章小结——模板的使用技巧
第1招:导出模板
第2招:分离库项目
10.6 过关练习

第11章 使用表单和Spry制作交互性网页
11.1 创建并设置表单
11.1.1 什么是表单
11.1.2 创建表单
11.1.3 设置表单的属性
11.2 添加表单对象
11.2.1 添加文本字段
11.2.2 添加隐藏域
11.2.3 添加文本区域
11.2.4 添加复选框
11.2.5 添加复选框组
11.2.6 添加单选按钮
11.2.7 添加单选按钮组
11.2.8 添加选择(列表/菜单)
11.2.9 添加跳转菜单
11.2.10 添加图像域
11.2.11 添加文件域
11.2.12 添加按钮
11.2.13 添加字段集
11.3 使用Spry表单构件
11.3.1 添加Spry验证文本域
11.3.2 添加Spry验证文本区域
11.3.3 添加Spry验证复选框
11.3.4 添加Spry验证选择
11.3.5 添加Spry菜单栏
11.3.6 添加Spry选项卡式面板
11.4 典型实例——制作“用户注册”网页
11.5 本章小结——制作交互性网页技巧
第1招:美化按钮的外观
第2招:隐藏与显示表单虚线框
11.6 过关练习

第12章 使用行为制作特效网页
12.1 行为的基本知识
12.1.1 行为的含义
12.1.2 认识“行为”面板
12.2 行为的使用
12.2.1 交换图像
12.2.2 弹出信息
12.2.3 打开浏览器窗口
12.2.4 效果的使用
12.2.5 显示-隐藏元素
12.2.6 设置文本
12.2.7 调用JavaScript
12.2.8 跳转菜单
12.2.9 转到URL
12.2.10 预先载入图像
12.3 典型实例——制作“Smile家居”网页
12.4 本章小结——设置行为的技巧
第1招:为一个网页元素添加多个行为
第2招:适合网页元素的事件
12.5 过关练习

第13章 制作动态网页
13.1 了解动态网页
13.1.1 动态网页的含义
13.1.2 动态网页的开发语言
13.1.3 动态网页的开发流程
13.2 配置Web服务器
13.2.1 安装IIS
13.2.2 设置IIS
13.3 数据库的基本操作
13.3.1 什么是数据库
13.3.2 常用数据库介绍
13.3.3 创建数据库
13.4 创建动态站点并设置虚拟目录
13.4.1 创建动态站点
13.4.2 设置虚拟目录
13.5 创建数据源
13.5.1 创建Access数据库的连接字符串
13.5.2 创建SQL Server数据库的连接字符串
13.5.3 创建数据源(DSN)
13.5.4 创建数据源连接
13.6 制作数据库动态网页
13.6.1 创建记录集
13.6.2 制作动态页面
13.7 典型实例——制作“产品信息”网页
13.8 本章小结——动态网页的其他知识
第1招:更新记录
第2招:设置服务器行为
13.9 过关练习

第14章 发布和维护网站
14.1 发布网站前的准备
14.1.1 申请域名及主页空间
14.1.2 测试本地站点
14.2 发布及维护网站
14.2.1 配置站点
14.2.2 上传站点
14.2.3 下载站点
14.2.4 宣传站点
14.3 本章小结——管理空间
第1招:登录并管理空间
第2招:将自己的电脑作为个人网站空间
14.4 过关练习

第15章 综合实例——制作“美乐装饰”网站
15.1 案例目标
15.2 案例分析
15.3 制作过程
15.3.1 规划和创建站点
15.3.2 设置CSS样式
15.3.3 创建网页模板
15.3.4 创建首页
15.4 本章小结——网页制作总结
第1招:提高制作网站的效率
第2招:在模板中设置超链接
第3招:网页与浏览器不兼容的解决方法
15.5 过关练习

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