📄 textfile.txt
字号:
//调用VB的MyUtility类方法Ping,并按值传递进去
protected void btnPing_Click(object sender, EventArgs e)
{
MyUtility objMy = new MyUtility();
txtMsg.Text = "主机是否有回应:"+objMy.Ping(txtIP.Text);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -