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

PHP开发实例大全(基础卷 附光盘)

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

PHP开发实例大全(基础卷 附光盘)

{{__(":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

多读源码,可以快速学习!多读源码,可以提高熟练度!

实例案例,拿来就用,效率可提高N倍!

《php开发实例大全》超级详尽的实例大全,源码分析的案头手册,提高效率的绝好帮手!

40个方向,1225个实例案例,php编程类四库全书,分门别类常用编程实例,一网打尽!

实例说明、技术要点、代码实现、详尽注释、秘籍心法,条分缕析代码实现过程!

《php开发实战1200例》之全新升级!

Content Description

《PHP开发实例大全(基础卷)》筛选、汇集了PHP开发从基础知识到高级应用各个层面的大量实例及源代码,共有600个左右,每个实例及源代码按实例说明、关键技术、设计过程、详尽注释、秘笈心法的顺序进行了分析解读。全书分5篇15章,共约600个实例,内容有:开发环境、PHP基础、Web页面交互、文件操作、会话应用、图形图像处理、面向对象、MySQL数据库与PHP、MySQL高级应用技术、PHP操作SQL Server数据库、PHP操作Access数据库、PHP操作Oracle数据库、ADODB类库、Smarty模板、综合应用。配书光盘附带了实例的源程序和部分讲解视频。

《PHP开发实例大全(基础卷)》既适合PHP程序员参考和查阅,也适合PHP初学者,如高校学生、软件开发培训学员及相关求职人员学习、练习、速查使用。

Catalogue

第1篇 基础篇

第1章 开发环境

1.1 AppServ——PHP集成化安装包

实例001 通过AppServ配置PHP开发环境

实例002 AppServ应用技巧

实例003 第1个PHP程序

1.2 XAMPP——PHP集成化安装包

实例004 通过XAMPP配置PHP开发环境

实例005 测试XAMPP是否安装成功

实例006 XAMPP应用技巧

实例007 第2个PHP程序

1.3 IIS+PHP+MySQL——独立搭建PHP开发环境

实例008 安装PHP

实例009 安装MySQL

实例010 安装IIS

实例011 第3个PHP程序

1.4 LAMP——独立配置PHP开发环境

实例012 安装Apache服务器

实例013 安装MySQL数据库服务器

实例014 安装PHP 5.0

实例015 第4个PHP程序

1.5 XAMPP——Linux版PHP集成化安装包

实例016 XAMPP——Linux下PHP开发环境的集成化

实例017 Linux操作系统下启动XAMPP

实例018 设置MySQL数据库root用户的密码

实例019 第5个PHP程序

1.6 Dreamweaver开发工具

实例020 Dreamweaver中编码格式的选择

实例021 Dreamweaver中创建表格

实例022 在表格中插入宠物照片

实例023 Dreamweaver中创建表单

实例024 Dreamweaver中创建和附加CSS样式

实例025 Dreamweaver控制弹出信息

实例026 Dreamweaver控制浏览器的窗口

实例027 通过Dreamweaver创建站点

实例028 通过Dreamweaver开发第1个PHP程序

1.7 Zend Studio开发工具

实例029 安装Zend Studio

实例030 Zend Studio创建PHP项目

实例031 Zend Studio编码格式的转换

实例032 Zend Studio中快捷键的运用

实例033 Zend Studio中部署Apache服务器

第2章 PHP基础

2.1 基本语法

实例034 在页面中打印PHP的配置信息

实例035 在页面中打印服务器时间

实例036 在页面中打印当前执行的PHP文件名

实例037 区分单引号和双引号

实例038 动态输出JavaScript代码

实例039 当数字遇到了字符串

实例040 PHP程序员的基础——变量的应用

实例041 打印系统环境变量信息print_r($_ENV)

实例042 使用可变变量输出“I Like PHP!”

实例043 使用转义字符输出特殊字符

实例044 使用常量指定PI的值计算圆的面积

2.2 运算符

实例045 自定义数字的加密/解密算法

实例046 比较两个时间戳的大小

实例047 使用条件运算符判断数字的奇偶性

实例048 判断用户是否具有后台管理权限

实例049 打印随机组合生日祝福语

实例050 打印2000~2020年间的所有闰年

实例051 前置运算符和后置运算符的区别

实例052 使用位运算符对数字进行加密和解密

2.3 包含语句

实例053 提高代码重用率

实例054 包含数据库连接文件

实例055 包含网站头文件

实例056 包含网站尾文件

实例057 包含网站主文件

2.4 条件语句

实例058 员工生日提醒

实例059 考试成绩评定标准

实例060 控制登录用户权限

实例061 网页框架的制作

实例062 图片验证码

实例063 健康生活提醒

2.5 循环语句

实例064 员工生日列表

实例065 员工详细信息浏览

实例066 员工信息的批量删除

实例067 表格的动态创建

实例068 SESSION购物车中数据的读取

实例069 员工信息的管理

实例070 网页版九九乘法表

实例071 读取数组购物车中的数据

实例072 图像验证码的生成

2.6 跳转语句

实例073 控制页面中表情图的输出

实例074 控制页面中数据的输出数量

实例075 动态改变页面中单元格的背景颜色

实例076 屏蔽偶数次的数据输出

实例077 跳过数据输出中指定的记录

实例078 执行指定次数的循环

2.7 自定义函数

实例079 自定义函数截取中文字符串

实例080 公告标题的截取

实例081 论坛内容的简短输出

实例082 自定义函数过滤字符串

2.8 字符串

实例083 过滤论坛帖子中的空白和特殊字符

实例084 对论坛帖子的内容进行转义

实例085 还原论坛中帖子的内容

实例086 截取论坛标题

实例087 分割、合成字符串

实例088 查询关键字描红

实例089 统计查询关键字出现的次数

实例090 获取上传文件的后缀

实例091 统一上传文件名称的大小写

实例092 论坛中直接输出HTML脚本

实例093 统计帖子标题的长度

实例094 计算论坛帖子的字节数

实例095 实现帖子内容的定位查找

实例096 去除帖子标题的首尾空格

实例097 货币数据的格式化输出

实例098 日期、时间的格式化输出

实例099 比对论坛中帖子的相似度

实例100 对用户注册的密码进行加密和解密

实例101 保护URL地址中传递的参数

实例102 解析URL地址中传递的编码参数

实例103 转义帖子中的特殊字符

实例104 获取任意字符的ASCII码

实例105 查找指定ASCII码对应的字符

实例106 合理定义上传文件的名称

实例107 通过异或方式对用户注册密码进行加密

实例108 统一英文注册用户首字母的大小写

实例109 字符串与数字之间的转换

实例110 通过正则表达式对字符串进行匹配查找

实例111 通过IP地址查找主机所在地

实例112 解决用substr()函数对中文字符串截取时出现乱码的问题

实例113 字符串与HTML标记相互转换

实例114 运用PHP 5.0新型字符串输出XML数据

实例115 判断字符串中是否存在指定子串

2.9 正则表达式

实例116 验证电话号码的格式是否正确

实例117 验证E-mail地址格式是否正确

实例118 验证IP地址是否有效

实例119 统计关键字的查询结果

实例120 计算查询操作的执行时间

实例121 通过正则表达式替换函数查询关键字描红

实例122 判断上传文件的类型

实例123 判断邮政编码格式是否正确

2.10 数组

实例124 创建并输出数组

实例125 统计数组元素个数

实例126 向数组中添加元素

实例127 将数组中指定索引位置的元素替换

实例128 获取数组中最后一个元素

实例129 去除数组中的重复元素

实例130 字符串与数组的转换

实例131 对数组元素进行随机排序

实例132 随机抽取数组中的元素

实例133 二维数组的输出

实例134 获取数组当前的键名和值

实例135 检测数组中是否存在某个值

实例136 获取数组中的当前单元

实例137 从数组中随机取出元素

实例138 合并数组

实例139 拆分数组

实例140 遍历数组

2.11 日期和时间

实例141 设置系统的当前时间

实例142 将日期和时间转换为时间戳

实例143 获取系统中的特定日期和时间

实例144 比较时间的大小

实例145 计算考试时间

实例146 倒计时

实例147 网页闹钟

实例148 计算程序运行时间

第3章 Web页面交互

3.1 获取表单元素的值

实例149 设计论坛登录界面

实例150 可以上传图片的表单

实例151 通过POST方法提交表单元素

实例152 通过$_POST方法获取表单元素

实例153 通过GET方法提交表单元素

实例154 通过$_GET方法获取表单元素

3.2 文本框组件的应用

实例155 以文本域的形式显示数据信息

实例156 限制多行文本域输入的字符个数

实例157 设置文本框的只读属性

实例158 自动计算金额

实例159 为文本框设置默认值

实例160 设置文本框的样式

实例161 文本域的滚动条

3.3 下拉列表的应用

实例162 省、市级联动菜单

实例163 省、市、县级联动菜单

实例164 应用下拉列表框选择所要联机的网站

实例165 可输入字符的下拉菜单

实例166 设置下拉列表框的默认值

实例167 设置下拉列表框的样式

实例168 应用下拉列表框打开窗口

实例169 Tab键在文本域中的体现

3.4 表单元素的动态操作

实例170 投票系统中单选按钮与复选框的应用

实例171 选中单选按钮后显示其他表单元素

实例172 不提交表单获取单选按钮的值

实例173 实现复选框中的全选、反选和不选

实例174 隐藏域提交用户的ID值

实例175 图像域替代提交按钮

实例176 跳转菜单实现页面跳转

实例177 上传图片预览

实例178 去掉下拉列表框的边框

实例179 修改表单属性为弹出对话框

实例180 表单输入单元的文字设置

实例181 表单输入单元单击删除

实例182 表单文本输入的移动选择

实例183 通过下拉列表框选择头像

3.5 CSS+DIV页面布局

实例184 应用CSS+DIV实现无边框窗口

实例185 设置表格样式

实例186 设置图片的样式

实例187 滚动条样式

实例188 设置表单样式

实例189 设置超链接的样式

实例190 设置body的样式

实例191 模拟的进度条

实例192

标签设计用户注册页面


实例193

标签设计论坛帖子浏览页面


实例194

标签设计论坛后台管理页面


实例195

标签设计页面布局


实例196 页面布局(2列左窄右宽高度自适应)

实例197 页面布局(2列固定宽度+头部+导航+尾部)

实例198 页面布局(3列左右侧固定中间自适应居中)

实例199 页面布局(2列右侧固定左侧自适应宽度)

实例200 页面布局(2列左侧固定右侧自适应宽度+底平齐)

实例201 页面布局(2列右侧固定左侧自适应宽度+底平齐)

3.6 弹出窗口

实例202 弹出指定尺寸的无边框窗口

实例203 全屏显示无边框有滚动条窗口

实例204 网页拾色器

实例205 日期选择器

实例206 弹出全屏显示的网页模式对话框

实例207 关闭IE主窗口时不弹出询问对话框

实例208 弹出提示对话框并重定向网页

实例209 自动关闭的广告窗口

实例210 在弹出的对话框中选择个性头像

实例211 浮动的广告窗口

实例212 在页面右下角弹出渐显的广告窗口

3.7 状态栏设计

实例213 跑马灯文字

实例214 状态栏中的收缩显示文字

实例215 状态栏中显示数字时钟

3.8 导航菜单设计

实例216 树状导航菜单

实例217 收缩式导航菜单

实例218 展开式导航菜单

实例219 解释型菜单

实例220 半透明背景的下拉菜单

实例221 二级导航菜单

实例222 导航条的动画效果

第2篇 常用技术篇

第4章 文件操作

4.1 文件上传

4.2 文件下载

4.3 文件遍历

4.4 文件操作

4.5 文件的压缩与解压

4.6 目录操作

第5章 会话应用

5.1 COOKIE应用

5.2 SESSION应用

第6章 图形图像处理

6.1 图像与统计

6.2 控制、显示图片特性

6.3 JpGraph类库

6.4 GD2函数库

第7章 面向对象

7.1 类的定义

7.2 类的访问修饰符

7.3 类的继承

7.4 抽象类和接口

7.5 类的多态

7.6 常用关键字

7.7 魔术方法

7.8 设计模式

第3篇 数据库篇

第8章 MySQL数据库与PHP

8.1 MySQL服务器的启动和关闭

8.2 MySQL数据库

8.3 MySQL数据表

8.4 MySQL数据

8.5 PHP操作MySQL数据库

8.6 SQL查询语句

8.7 多表查询

8.8 数据的导入和导出

8.9 MySQL数据库的备份和恢复

8.10 phpMyAdmin图形化管理工具

第9章 MySQL高级应用技术

9.1 PHP的MySQLi扩展库

9.2 MySQL视图的应用

9.3 MySQL存储过程

9.4 MySQL触发器

9.5 MySQL事务

第10章 PHP操作SQL Server数据库

10.1 连接数据库

10.2 操作数据库

10.3 SQL Server数据库的综合应用

10.4 SQL Server数据库的安全与维护

第11章 PHP操作Access数据库

11.1 连接数据库

11.2 操作Access数据库

11.3 Access数据库的安全

11.4 Access数据库的综合运用


第12章 PHP操作Oracle数据库

12.1 连接Oracle数据库

12.2 操作Oracle数据库

12.3 Oracle数据库应用

12.4 Oracle数据的导入和导出

第4篇 新技术篇

第13章 ADODB类库

13.1 封装ADODB操作类

13.2 ADODB的应用

13.3 ADODB中的错误处理

13.4 ADODB操作数据库

第14章 Smarty模板

14.1 环境搭建

14.2 输出数据

14.3 综合应用

第5篇 综合应用篇

第15章 综合应用

15.1 PHP页面编码

15.2 网站公共文件设计

15.3 注册、登录

15.4 数据的输出

15.5 站内搜索

15.6 购物车

15.7 图书订单处理

15.8 后台管理系统登录

15.9 系统管理

15.10 图书类别管理

15.11 图书管理

15.12 用户管理

15.13 订单管理

15.14 通用信息管理

Introduction

特别说明:

《PHP开发实例大全》分为基础卷(即本书)和提高卷两册。本书的前身是《PHP开发实战1200例(第I卷)》。

编写目的

1. 方便程序员查阅

程序开发是一项艰辛的工作,挑灯夜战、加班加点是常有的事。在开发过程中,一个技术问题可能会占用几天甚至更长时间。如果有一本开发实例大全可供翻阅,从中找到相似的实例作参考,也许几分钟就可以解决问题。本书编写的主要目的就是方便程序员查阅、提高开发效率。

2. 通过分析大量源代码,达到快速学习之目的

本书提供了约600个开发实例及源代码,附有相应的注释、实例说明、关键技术、设计过程和秘笈心法,对实例中的源代码进行了比较透彻的解析。相信这种办法对激发学习兴趣、提高学习效率极有帮助。

3. 通过阅读大量源代码,达到提高熟练度之目的

俗话说“熟能生巧”,读者只有通过阅读、分析大量源代码,并亲自动手去做,才能够深刻理解、运用自如,进而提高编程熟练度,适应工作之需要。

4. 实例源程序可以“拿来”就用,提高了效率

本书的很多实例,可以根据实际应用需求稍加改动,拿来就用,不必再去从头编写,从而节约时间,提高工作效率。

本书内容

全书分5篇15章,共约600个实例,内容有:开发环境、PHP基础、Web页面交互、文件操作、会话应用、图形图像处理、面向对象、MySQL数据库与PHP、MySQL高级应用技术、PHP操作SQL Server数据库、PHP操作Access数据库、PHP操作Oracle数据库、ADODB类库、Smarty模板、综合应用。书中所选实例均来源于一线开发人员的实际项目开发,囊括了开发中经常遇到和需要解决的热点、难点问题,使读者可以快速地解决开发中的难题,提高编程效率。本书知识结构如下图所示。

本书在讲解实例时采用统一的编排样式,多数实例由“实例说明”“关键技术”“设计过程”“秘笈心法”4部分构成。其中,“实例说明”部分采用图文结合的方式介绍实例的功能和运行效果;“关键技术”部分介绍了实例使用的重点、难点技术;“设计过程”部分讲解了实例的详细开发过程;“秘笈心法”部分给出了与实例相关的技巧和经验总结。

本书特点

1. 实例极为丰富

本书精选了约600个实例,另外一册《PHP开发实例大全(提高卷)》也精选了提高部分约600个实例,这样,两册图书总计约1200个实例,可以说是目前市场上实例最多、知识点最全面、内容最丰富的软件开发类图书,涵盖了编程中各个方面的应用。

2. 程序解释详尽

本书提供的实例及源代码,附有相应的注释、实例说明、关键技术、设计过程和秘笈心法。分析解释详尽,便于快速学习。

3. 实践实战性强

本书的实例及源代码很多来自现实开发中,光盘中绝大多数实例给出了全部源代码,读者可以直接调用、研读、练习。

关于光盘

1. 实例学习注意事项

读者在按照本书学习、练习的过程中,可以从光盘中复制源代码,修改时注意去掉源码文件的只读属性。有些实例需要使用相应的数据库或第三方资源,在使用前需要进行相应配置,具体步骤请参考书中或者光盘中的配置说明。

2. 实例源代码及视频位置

本书光盘提供了实例的源代码,位置在光盘中的“MR\章号\实例序号”文件夹下,例如,“MR\04\226”表示实例226,位于第4章。部分实例提供的视频讲解,也可根据以上方式查找。由于有些实例源代码较长,限于篇幅,图书中只给出了关键代码,完整代码放置在光盘中。

3. 视频使用说明

本书提供了部分实例的视频讲解,在目录中标题前边有视频图标的实例,即表示在光盘中有视频讲解。视频采用EXE文件格式,无须使用播放器,双击就可以直接播放。

读者对象

PHP程序员,PHP初学者,如高校大学生、求职人员、培训机构学员等。

编 者

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