string name = "Sanonosa"; int hour = DateTime.Now.Hour; string message = string.Format("こんにちは、{0}さん。今は{1}時です。", name, hour);.
確定! 回上一頁