while (*s++ = *t++);
    // target ⇒ source
    // 对于 C 语言而言,赋值运算符返回左值