摘要:
#include<iostream>#include "windows.h"#include<string>#include<time.h> using namespace std;void main(){ char str[] ="13:23:56"; //时间 const char * split = ":";//分隔符 char * p; char *ps... 阅读全文
posted @ 2009-09-19 18:11
蚂蚁跳楼
阅读(157)
评论(0)
推荐(0)