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

Swift语言快速入门

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

Swift语言快速入门

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

本书内容翔实,实例丰富,同步新版官方API文档和语法

语法|词法|框架覆盖全面,实战案例|配套习题丰富

多位Swift专家联合推荐,不仅是Swift入门书籍,也可做案头工具书

作者携手Swift专家在线答疑,方式如下:

1、专属勘误交流论坛(Swift中文帮):www.swiftbang.com

2、QQ群(Swift快速入门书友会)

海报:

Content Description

《Swift语言快速入门》以苹果官方Swift英文文档为基础,以其大纲为主线,从易到难全面阐述了Swift语言的语言基础、基本运算、字符串操作、集合类型、流程控制、函数与闭包、面向对象、高级运算符操作及语法参考等方方面面。此外,《Swift语言快速入门》内容及API已与苹果官方英文文档同步更新,减少了初学者学习旧版语言文档却不能正常编译代码的困惑。
《Swift语言快速入门》涵盖面广,内容全面,不仅适合于Swift语言的初学者,有一定iOS编程经验的开发者可以把它当作案头工具书。

Author Description

陈少佳,现任极客学院布道师,负责教师团队建设、线上课程建设等工作。
2008年从业至今,曾任外企技术总监、线下培训机构学术总监、副校长,培养过至少1000名月薪过万的Android、iOS开发工程师。
李艺(网名:蜗牛君),苏州人士,清华计算机硕士,极客学院Swift专家,木子宁工作室掌门。Adobe中国首批社区帮助管理员与版主,著名iOS独立游戏开发者,爱好书法、箫、吉他等,喜好郊游,偶尔会做义工。

Comments

Swift在保证性能的同时整合了很多现代的编程特性,对OS X和iOS开发者来说是重大的改进,也是以后的趋势。本书很好地讲解了Swift入门学习中各种实例、解决方案并配以详尽的语言文档,是开发者学习Swift的必备书籍!
——冯斌 正点科技技术总监


移动互联网时代,技术更新异常频繁。仅守住所谓的扎实的“基本功”已跟不上时代的潮流,必须时刻紧跟最新技术。极客学院紧抓技术热点,并在第一时间将其奉献给读者,不管是网络课程模式还是书籍形式,都是既追求实效性,又追求深度,真是读者的福音。
——毛晓冬 高通中国资深研发经理


极客学院的创业者们在国内移动端开发技术领域经营多年,积累非常深厚,致力于技术的交流和传承,培养出了不少优秀的工程师。相信这本书同样不会辜负各位开发者的期望,值得大家期待!
——王鹏云 多盟技术副总裁


想学好一门编程语言要从选好书开始!极客学院编著的好书值得您即刻购买!
——谢耀辉 活动行联合创始人


Swift会真正改变iOS开发生态,现在大家在同一个起跑线上,立即出发,开启Swift技术之旅吧。
——iceskysl 极客学院&eoe 联合创始人

Catalogue

第1章马斯堡游记
1.1 买票
1.2 导游
1.3 飞碟
1.4 斗法
1.5 题诗
第2章Swift初见
2.1 Hello World
2.2 简单值
2.3 控制流
2.4 函数和闭包
2.5 对象和类
2.6 枚举和结构
2.7 协议和扩展
2.8 泛型
第3章语法入门
3.1基础
3.1.1常量和变量
3.1.2注释
3.1.3分号
3.1.4整数
3.1.5浮点数
3.1.6类型安全和类型推断
3.1.7数值字面量
3.1.8数值类型转换
3.1.9类型别名
3.1.10 布尔值
3.1.11 元组
3.1.12 可选
3.1.13 断言
3.2基本运算符
3.2.1术语
3.2.2赋值运算符
3.2.3算术运算符
3.2.4求余运算符
3.2.5浮点数求余运算符
3.2.6自增和自减运算符
3.2.7单目负号运算符
3.2.8单目正号运算符
3.2.9复合赋值运算符
3.2.10 比较运算符
3.2.11 三目条件运算符
3.2.12 nil合并运算符
3.2.13 区间运算符
3.2.14 逻辑运算符
3.3 字符串与字符
3.3.1字符串字面量
3.3.2初始化空字符串
3.3.3字符串可变性
3.3.4字符串是值类型
3.3.5使用字符
3.3.6连接字符串和字符
3.3.7字符串插值
3.3.8 Unicode
3.3.9计算字符数量
3.3.10 比较字符串
3.4集合类型
3.4.1集合的可变性
3.4.2数组
3.4.3字典
3.5 流程流
3.5.1for循环
3.5.2while循环
3.5.3条件语句
3.5.4控制转移语句
3.6函数
3.6.1函数的定义与调用
3.6.2函数参数和返回值
3.6.3函数参数名称
3.6.4函数类型
3.6.5嵌套函数
3.7 闭包
3.7.1闭包表达式
3.7.2尾随闭包
3.7.3值捕获
3.7.4闭包是引用类型
3.8枚举
3.8.1 枚举语法
3.8.2使用switch 语句匹配枚举值
3.8.3关联值
3.8.4原始值
3.9类和结构体
3.9.1类和结构体的对比
3.9.2结构体和枚举是值类型
3.9.3类是引用类型
3.9.4类和结构体的选择
3.9.5 字符串、数组及字典的赋值和复制行为
第4章初级语法
4.1 属性
4.1.1存储属性
4.1.2计算属性
4.1.3属性监察器
4.1.4全局变量和本地变量
4.1.5类型属性
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.5构造
4.5.1存储属性的初始赋值
4.5.2自定义构造
4.5.3默认构造器
4.5.4值类型的构造器代理
4.5.5类的继承和构造
4.5.6通过闭包或函数来设置属性的默认值
4.6析构
4.6.1析构原理
4.6.2析构实例
4.7自动引用计数
4.7.1ARC的工作原理
4.7.2ARC实践
4.7.3类实例间的强引用环
4.7.4解决类实例间的强引用环
4.7.5闭包产生的强引用环
4.7.6解决闭包产生的强引用环
4.8可选链
4.8.1可选链替代可选强制解析
4.8.2为可选链定义模型类
4.8.3通过可选链获取属性
4.8.4通过可选链调用方法
4.8.5使用可选链获取下标
4.8.6连接多层链
4.8.7可选链中返回可选类型的方法
4.9类型转换
4.9.1定义一个类层次作为例子
4.9.2类型检查
4.9.3向下转换
4.9.4Any和AnyObject的转换
4.10 类型嵌套
4.10.1 类型嵌套实践
4.10.2 引用嵌套类型
第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.2.5协议作为类型
5.2.6集合中的协议类型
5.2.7协议的继承
5.2.8协议合成
5.2.9检查协议的一致性
5.2.10 可选协议要求
5.3 泛型
5.3.1泛型解决的问题
5.3.2泛型函数
5.3.3类型参数
5.3.4命名类型参数
5.3.5泛型类型
5.3.6 扩展泛型类型
5.3.7类型约束
5.3.8关联类型
5.3.9 where子句
5.4 访问控制
5.4.1 模块和源文件
5.4.2 访问级别
5.4.3 访问控制语法
5.4.4 自定义类型
5.4.5 子类
5.4.6 常量、变量、属性和下标
5.4.7 协议
5.4.8 扩展
5.5 高级运算符
5.5.1 位运算符
5.5.2 溢出运算符
5.5.3 优先级和结合性
5.5.4 运算符函数
5.5.5 前置和后置运算符
5.5.6 组合赋值运算符
5.5.7 比较运算符
5.5.8 自定义运算符
5.5.9 自定义中置运算符的优先级和结合性
第6章词法参考
6.1 关于词法参考
6.2 词法结构
6.2.1 空白与注释
6.2.2 标识符
6.2.3 关键字和标点符号
6.2.4 字面量
6.2.5 运算符
6.3 类型
6.3.1 类型标注
6.3.2 类型标识符
6.3.3 元组类型
6.3.4 函数类型
6.3.5 数组类型
6.3.6 字典类型
6.3.7 可选类型
6.3.8 隐式解析可选类型
6.3.9 合成协议
6.3.10 元类型
6.3.11 类型继承语法
6.3.12 类型推断
6.4 表达式
6.4.1 前缀表达式
6.4.2 二元表达式
6.4.3 赋值表达式
6.4.4 三元条件运算符
6.4.5 类型转换运算符
6.4.6 主表达式
6.4.7 后缀表达式
6.5 语句
6.5.1 循环语句
6.5.2 分支语句
6.5.3 带标签的语句
6.5.4 控制传递语句
6.6 声明
6.6.1 全局代码
6.6.2 代码块
6.6.3 导入声明
6.6.4 常量声明
6.6.5 变量声明
6.6.6 类和静态变量属性
6.6.7 类型别名
6.6.8 函数声明
6.6.9 枚举声明
6.6.10 结构体声明
6.6.11 类声明
6.6.12 协议声明
6.6.13 协议构造器声明
6.6.14 协议下标声明
6.6.15 协议相关类型声明
6.6.16 构造器声明
6.6.17 析构器声明
6.6.18 扩展声明
6.6.19 下标声明
6.6.20 运算符声明
6.6.21 特征声明修饰符
6.6.22 访问控制级别
6.7 特征
6.7.1 声明特征
6.7.2 Interface Builder使用的声明特征
6.7.3 类型特征
6.8 模式
6.8.1 通配符模式
6.8.2 标识符模式
6.8.3 值绑定模式
6.8.4 元组模式
6.8.5 枚举用例模式
6.8.6 类型转换模式
6.8.7 表达式模式
6.9 泛型形参和实参
6.9.1 泛型形参子句
6.9.2 where 子句
6.9.3 泛型参数子句
6.10 语法总结
6.10.1 语句(Statements)
6.10.2 泛型形参与实参(Generic Parameter and Arguments)
6.10.3 声明(Declarations)
6.10.4 模式(Patterns)
6.10.5 特征(Attributes)
6.10.6 表达式(Expression)
6.10.7 词法结构(Lexical Structure)
6.10.8 类型(Types)
第7章使用Cocoa框架与ObjC
7.1 基本设置
7.1.1 建立你的Swift环境
7.1.2 理解Swift的导入过程
7.2 与ObjC API交互
7.2.1 初始化
7.2.2 访问属性
7.2.3 使用方法
7.2.4 id兼容性
7.2.5 使用nil
7.2.6 扩展
7.2.7 闭包
7.2.8 对象比较
7.2.9 Swift类型兼容性
7.2.10 Objective-C选择器
7.3 以ObjC的行为写Swift
7.3.1 继承Objective-C的类
7.3.2 适配协议
7.3.3 编写构造器和析构器
7.3.4 集成Interface Builder
7.3.5 指明属性特性
7.3.6 实现核心数据管理对象的子类
7.4 使用Cocoa数据类型
7.4.1 字符串
7.4.2 数字
7.4.3 集合类
7.4.4 Foundation数据类型
7.4.5 Foundation函数
7.4.6 Core Foundation
7.5 采用Cocoa设计模式
7.5.1 委托
7.5.2 错误报告
7.5.3 键值观察
7.5.4 Target-Action
7.5.5 内省
7.6 与C API交互
7.6.1 基本类型
7.6.2 枚举
7.6.3 指针
7.6.4 全局常量
7.6.5 预处理指令
7.7 与ObjC混编
7.7.1 混编概述
7.7.2 在同一个app target中进行代码导入
7.7.3 在同一个framework target中导入代码
7.7.4 导入外部框架
7.7.5 在Objective-C中使用Swift代码
7.7.6 product模式命名
7.7.7 故障排除和提醒
7.8 迁移ObjC代码至Swift
7.8.1 为你的Objective-C代码迁移做好准备
7.8.2 迁移过程
7.8.3 技巧和提示

Book Abstract

Swift体会
极客学院首席讲师陈劭家(ime)
我不算是一个果粉,但是我很喜欢苹果的产品,甚至可以说是狂热。 2014年6月2日晚上我一夜未眠,就是在等苹果的WWDC,这是开发者的狂欢之夜(或者狂欢之日,因为美国时间是白天)。凌晨1点,终于开始了,但是苹 果一次又一次的新产品展示让我一次又一次的失望,作为开发者的我表示无感。
我坚持看因为我不相信苹果总是让我失望。最终在WWDC的最后一个 环节,我真心沸腾了,因为一门新的编程语言——Swift出现了。要知道在饱受了Objective-C语言之苦后看见Swift是一种什么心情,你不需 要再为引用计数而头疼,不需要再为没有命名空间而不得不添加该死的前缀而烦恼,不需要再为Objective-C那难懂的语法而整天晕乎乎的。此外,苹果 还为我们提供了Playground这个工具,它能够在我们写程序时实时计算出变量的值,甚至还能呈现数字变量的趋势图,让编程富有乐趣及创造性。
由于Swift出现得晚,所以它拥有了目前世界上几乎所有编程语言的优点,而没有目前所有编程语言的缺点,Swift真的太漂亮了。下面我们开始一步一步认识它。
运行速度
从苹果官方给出的数据来看,Objective-C比Python快2.8倍,而Swift比Python快3.9倍,可见苹果在Swift上下了大量的工夫进行优化。
开发环境
Swift语言的开发环境是苹果公司提供的集成开发环境Xcode,可以用来开发iOS应用、iOS游戏、OS X窗体程序、OS X游戏、OS X命令行程序,读者可以直接从App Store中搜索并下载。用Swift语言可以做到几乎所有Objective-C所能做到的事情,所以Swift必将取代Objective-C,如果 你还没有学过Objective-C语言,那么恭喜你,不用学了,直接学习Swift即可。
运行环境
Swift被强大的llvm 编译成机器码,直接运行在系统中。由于Swift是苹果的产品,所以目前只支持苹果的系统(OS X和iOS)。我们期待会有社区开发出跨平台的Swift语言,因为这么好的一门编程语言,应该能够让世界上的每一个人享受到才好,就像mono让C#语 言跨平台一样。
语言特性
具有所有现代编程语言的特性,包括:面向对象、类扩展、命名空间、闭包、泛型、强类型、函数有多个返回值等。
这些特性能够大大提高程序员的开发效率,从而为企业节约成本,同时让编程工作充满乐趣。
语法简介
通过前文的介绍,相信读者已经迫不及待地想尝试使用Swift了,下面我们就来认识一下Swift的语法。
简洁的语法
Swift抛弃了Objective-C那种古板难懂的语法,采用通俗易懂的脚本语言类语法,学过Python、JavaScript或者Lua语言的读者肯定不会陌生,这大大降低了初学者的学习成本。
变量及常量
如果要定义一个变量i等于1,只需要写var i = 1,可以看出,不需要指定类型,因为Swift会自动做类型推断。
如果要定义一个常量PI等于3.14,只需要写let PI = 3.14,常量只能被赋值一次。
输出语句
在Swift中,可以直接使用println函数来输出一段任意类型的信息,如下所示:
println("Hello Swift")
字符串连接
Swift语言中的字符串连接同样也非常简单,如果两个值都是字符串,则可直接用加号连接,如下所示:
var hello = "Hello"
var world = "World"
var str = hello + world
如果将要连接的值中有其他类型,则直接使用\()包括就可进行连接,如下所示:
var hello = "Hello"
var num = 100
var str = "\(hello) \(num)"
从上面的示例可以看出,相比Objective-C或者C/C++语言来说,简单太多了。
循环
传统的C语言中的for循环是这么写的:
for (int i = 0; i < 100; i++) {
//TODO
}
在Swift中,将循环大大简化了,如下所示:
for i in 0..<100{
//TODO
}
具体内容还有很多,详见本书正文。
条件判断
条件判断与C语言并没有区别,可以直接书写C语言的语法即可通过,如下所示:
if (count>5) {
//TODO
}
在Swift中还可以再简洁一些,如下:
if count>5 {
//TODO
}
另外,在Swift语言中,switch…case语句可以不用加break关键字。
函数
如果要定义一个函数用来输出一段信息,则代码如下所示:
func sayHello(){
println("HelloSwift")
}
这种写法非常简洁,我曾在Dart语言中见过这种写法,func是一个关键字,用来指明所定义的是一个函数,sayHello是函数名称,()中是该函数的传入参数。如果还想使用传入参数及返回值,如下所示:
func max(a:Int,b:Int)->Int{
if a>b {
return a
}else{
return b
}
}
该函数名称为max,可传入两个参数,都是整数类型,参数名称分别为a、b,函数的返回值也是整数类型。
Swift中的函数还可以同时返回多个值,如下所示:
func getNum()->(Int,Int){
return (3,4)
}
如果想对该函数进行调用并获取到这两个返回结果值,则用法如下:
let (a,b) = getNum()
面向对象
类的定义非常简单,如下所示:
class Hello{
func sayHello(){
println("HelloSwift")
}
}
该示例定义了一个名为Hello的类,其有一个成员函数名为sayHello,如果想调用该类及相应函数,则用法如下:
var h = Hello()
h.sayHello()
类的继承的写法也非常简单,这一点继承了C++语言的优秀传统,如果想定义一个名为Hi的类继承自Hello,则写法如下:
class Hi:Hello{
}
如果后期还想为某类添加功能,有两种方法。第一种是直接修改类的源码添加功能,第二种是为该类写扩展功能,下面我们来着重介绍第二种。如果想为Hello类再添加一个名为sayHi的方法,则代码如下所示:
extension Hello{
func sayHi(){
println("HiSwift")
}
}
其中,extension关键字表示要扩展已经存在的类的功能,如果想扩展系统或者第三方的某个类的功能而得不到其源码时,采用这种方式将会是一个绝佳的选择。如下所示:
extension String{
func printSelf(){
println(self)
}
}
var str = "Hello Swift"
str.printSelf()
通过这种方式扩展了系统的String类,为其增加了一个printSelf()方法,在使用时可直接调用目标对象的printSelf()方法,非常方便。
关于面向对象的更多特性,请看本书正文。
其实extension还有另一个用途,那就是模拟命名空间,请看下一个主题。
命名空间
在Swift语言中并没有专门的命名空间的关键字,但是可以模拟命名空间这个面向对象的特性,如下所示:
//定义命名空间ime
class ime{
}
//在ime命名空间下定义Hello类
extension ime{
class Hello{
func sayHello(){
println("Hello Swift")
}
}
}
使用该类及相关方法的代码如下所示:
var h = ime.Hello()
h.sayHello()
有没有让你眼前一亮的感觉呢?
结尾
就写到这里吧,想必大家已经对Swift有了一个初步的了解,而且迫不及待地想开始学习了,努力吧,少年,你就是未来的太阳!
……



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