假设L->data[0]L->data[j]中没有重复元素。检测L->datai,若L->data[i]和L->data[0]L->data[j]中任何一个元素都不相同,则将L->data[i]存入L->data[j+1]中。怎么实现