add underline -----------------

This commit is contained in:
stanzhai
2014-06-10 20:00:15 +08:00
parent a7b42bb013
commit 9698ddc391
27 changed files with 42 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
# 方法(Methods)
# 方法Methods
-----------------
**方法**是与某些特定类型相关联的函数。类、结构体、枚举都可以定义实例方法实例方法为给定类型的实例封装了具体的任务与功能。类、结构体、枚举也可以定义类型方法类型方法与类型自身相关联。类型方法与Objective-C中的类方法(class methods)相似。