snprintf(),为函数原型int snprintf(char *str, size_t size, const char *format, ...)。将可变个参数(...)按照format格式化成字符串,然后将其复制到str中。题主代码没有截取完整,iLength是啥?