程式心得筆記 工程屍的日子 | Mr. 一顆痣 a.k.a. bigd
記錄寫程式的一些筆記跟心得
提案合作請來信洽談 bigdstut@gmail.com
星期三, 12月 02, 2009
C# 取得本機ip
string strHostIP = "";
IPHostEntry oIPHost = Dns.GetHostEntry(Environment.MachineName);
if (oIPHost.AddressList.Length > 0)
{
strHostIP = oIPHost.AddressList[0].ToString();
}
沒有留言:
張貼留言
留個話吧:)
‹
›
首頁
查看網路版
沒有留言:
張貼留言
留個話吧:)