string text="你叫{0},拥有{1}套房子";string[] params={"张三","10000"};使用string.Format(text,params);输出 你叫张三,拥有10000套房子