mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 19:41:43 +08:00
练习7.9题目描述更加完整清晰 (#734)
This commit is contained in:
@@ -48,7 +48,7 @@ func AppendByte(slice []byte, data ...byte) []byte {
|
||||
|
||||
**练习 7.9**
|
||||
|
||||
给定一个slice`s []int` 和一个 int 类型的因子,扩展 s 使其长度为 `len(s) * factor`。
|
||||
给定一个slice`s []int` 和一个 int 类型的因子factor,扩展 s 使其长度为 `len(s) * factor`。
|
||||
|
||||
**练习 7.10**
|
||||
|
||||
|
Reference in New Issue
Block a user