为什么priorElem这个函数里调用 LocateElem的时候参数没有带*呢?
因为locateElem函数要求形参是指针类型的,而priorElement函数中形参currentElem也是指针类型,所以不用加*