用这个函数可以:
This function appends a copy of a source string (including the terminating ASCII NUL byte) to the end of a target string. The initial character of the string to append overwrites the NUL byte at the end of the target string. If copying takes place between objects that overlap, the behavior is undefined.