摘要:
添加html内容(insertAdjacentHTML和insertAdjacentText) dhtml提供了两个方法来进行添加,insertAdjacentHTML和insertAdjacentText insertAdjacentHTML方法:在指定的地方插入html标签语句。 原型:insertAdjacentHTML(swhere,stext) 参数: ... 阅读全文
摘要:
在checkLogin.cs里有check方法: public static void check(Page aPage) { if (aPage.Session["ok"] == null || aPage.Session["ok"].ToString() != "ok") { aPage.Response.Redirect("lo... 阅读全文
摘要:
//返回[字符串集合1]中是否包含[字符串2] if (字符串集合1.Contains(字符串2)) {} //比较两个字符串是否一样,true代表不区分大小写,返回结果为int String.Compare(string, string, true) 阅读全文
摘要:
- 阅读全文