memcpy(to,from,n); 即从from的开始位置复制n个字节的内容到to中 来源:https://www.cnblogs.com/adelalove/p/11780954.html 标签 memcpy