摘要:
using System; using System.Web; using System.Web.Security; namespace AuthTest { public class Authentication { /// <summary> /// 设置用户登陆成功凭据(Cookie存储) / 阅读全文
摘要:
jquery 中$符号六大作用 2012-12-16 86市场网 javascript a.$用作选择器, var e = $("h1 a"); var f = $("table tr:nth-child(even)") b.$用作功能函数前缀 var str = ' Welcome to 86sh 阅读全文