原创 sscanf的用法示例

 sscanf Read formatted data from a string. int sscanf( const char *buffer, const char *format [, argument ] ... );   Ret