Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows Phone 7.0 不支持 IPAddress 类、IPHostEntry 类和 Dns 类。
有任何其他类可以在 Windows phone 7.0 上获取网站的 IP 地址吗?
谢谢!
Random r = new Random(); List<object> myList = new List<object>(); for (int i = 0; i < 100; i++) myList.Add(new { A = r.Next(), B = r.Next() }); m