摘要: http://apps.hi.baidu.com/share/detail/24030063sscanf名称:sscanf() - 从一个字符串中读进与指定格式相符的数据.函数原型:Int sscanf( string str, string fmt, mixed var1, mixed var2 ... );int scanf( const char *format [,argument]... );说明:sscanf与scanf类似,都是用于输入的,只是后者以屏幕(stdin)为输入源,前者以固定字符串为输入源。其中的format可以是一个或多个 {%[*] [width] [{h | l 阅读全文
posted @ 2011-05-19 20:32 虚假真人 阅读(1265) 评论(0) 推荐(0)