把链式存储的两个串和s2首尾连成一个新串s其中s1在前s2在后include stdio.hinclude malloc.htypedef struct node 定义 { char str struct node next }seqstrseqstr Initstr() 初始化 { seqstr s s=(seqstr )m