怎能笑的私藏(藏什么呀?还没有想好,乱堆!)

                                                                                                        ————怎能笑
把ip地址转化为ip 数据库中的数字
string ip = "61.132.12.1";
string str[] = ip.Split('.');
foreach(string s in str)
{
    Response.Write(s);
}


http://singlepine.cnblogs.com/archive/2006/02/05/325670.html

posted on 2006-07-10 09:08  怎能笑的私藏(藏什么呀?还没有想好,乱堆!)  阅读(297)  评论(0编辑  收藏  举报