提取特殊日期字符串中的日期

 ***表明任意值,轉換成0方便後續處理:code void get_date() { char date_str[18] = "2019-***-11-***"; char new_str[18] = {0}; unsigned int year, month, day, week_day; char *anystr = NULL; anystr = strstr(date_str,
相關文章
相關標籤/搜索