日期:2014-05-18 浏览次数:21099 次
for (int i = 1; i <= 10; i++) { string ip = string.Format("192.168.4.{0}", i); // ... }