Unify the headings in mkdocs.yml and the articles.

This commit is contained in:
krahets
2023-02-26 20:16:55 +08:00
parent 5b44ff5397
commit 1a49631dba
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 列表
# 列表List
**由于长度不可变,数组的实用性大大降低**。在很多情况下,我们事先并不知道会输入多少数据,这就为数组长度的选择带来了很大困难。长度选小了,需要在添加数据中频繁地扩容数组;长度选大了,又造成内存空间的浪费。