H
HUANGPEIYAN
Unregistered / Unconfirmed
GUEST, unregistred user!
以下代码执行后报错,不知道如何解决?
IPHostEntry hostinfo = Dns.GetHostByAddress(this.TextBox1.Text);
this.Label1.Text = hostinfo.HostName;
IPHostEntry hostinfo = Dns.GetHostByAddress(this.TextBox1.Text);
this.Label1.Text = hostinfo.HostName;