string str="127.0.0.1";
str = str.Substring(0, str.LastIndexOf(".")+1);
Response.Write(str + "*");
 posted on 2012-05-03 10:59  纳米程序员  阅读(132)  评论(0编辑  收藏  举报