... 年を取得して文字列に代入 value = year(); itoa(value, buffer, 10); strncpy(str, buffer, 4); //月を取得して文字列に代入 buffer[0] = '0'; ...
確定! 回上一頁