改进一些细节的问题

This commit is contained in:
xiemengjun
2013-01-16 13:43:19 +08:00
parent 8c5f5af7a4
commit 1a2735a998
18 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
# 2.5面向对象
# 2.5 面向对象
前面两章我们介绍了函数和struct那你是否想过函数当作struct的字段一样来处理呢今天我们就讲解一下函数的另一种形态带有接收者的函数我们称为`method`
## method