为什么会错误啊
usingSystem;usingSystem.Drawing;usingSystem.Collections;usingSystem.ComponentModel;us...
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Net;
using System.Net.Sockets;
using System.Threading; //程序中使用到线程using System.Text ; //程序中使用到编码
namespace WindowsApplication1
{
public partial class Form1 : Form
{
private UdpClient server;
private IPEndPoint receivePoint;
private int port = 8080; //定义端口号
private int ip = 127.0.0.1; //设定本地IP地址
private Thread startServer ;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}
为什么127.0.0.1会错啊 展开
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Net;
using System.Net.Sockets;
using System.Threading; //程序中使用到线程using System.Text ; //程序中使用到编码
namespace WindowsApplication1
{
public partial class Form1 : Form
{
private UdpClient server;
private IPEndPoint receivePoint;
private int port = 8080; //定义端口号
private int ip = 127.0.0.1; //设定本地IP地址
private Thread startServer ;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}
为什么127.0.0.1会错啊 展开
6个回答
展开全部
private int port = 8080; //定义端口号
private int ip = 127.0.0.1; //设定本地IP地址
int为整型数据 只能赋值为数字,就是1234这种整数~
顺便问一句,你学c#多久了~
private int ip = 127.0.0.1; //设定本地IP地址
int为整型数据 只能赋值为数字,就是1234这种整数~
顺便问一句,你学c#多久了~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
。。。。。。。换成string 不完了 楼主太大意了 IP地址都可以用int型来存
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
private int ip = 127.0.0.1;
int?
int?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询