摘要:
string output;int selection = 5;// Generate the output stringoutput = string.Format("You selected item {0} from the list.", selection);Console.WriteLine(output); // Outputs "You selected item 5 from t... 阅读全文
posted @ 2010-04-06 00:09
greencolor
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号