2010年1月27日
摘要: 在写ASP.NET程序的时候,会经常用到一些类似ALERT的JS脚本,自己瞎写了一个集合常用方法的类以便日后使用。 using System.Web; /// /// Javascript常用方法 /// public class JS { private static string S... 阅读全文
posted @ 2010-01-27 12:26 wl666lw 阅读(525) 评论(1) 推荐(0)
摘要: Label1.Text = "服务器名称:"+Server.MachineName;//服务器名称 Label2.Text = "服务器IP地址:" + Request.ServerVariables["LOCAL_ADDR"];//服务器IP地址 Label3.Text = "服务器域名:" ... 阅读全文
posted @ 2010-01-27 09:49 wl666lw 阅读(1448) 评论(1) 推荐(0)