// 对应的字符索引为NULLif(NULL == parent->childs[ch]){break;}
parent = parent->childs[ch];
这里的ch指的是什么,在定义中我们知道childs[256],这里可以childs[ch]呢?