01 2023 档案
摘要:一、页面自动刷新<meta http-equiv="refresh" content="20">其中20指每隔20秒刷新一次页面. 二、页面自动跳转:<meta http-equiv="refresh" content="20;url=http://www.hackhome.com">其中20指隔2
阅读全文
摘要:一、String.IndexOf String.IndexOf 方法 (Char, Int32, Int32)报告指定字符在此实例中的第一个匹配项的索引(从0开始)。搜索从指定字符位置开始,并检查指定数量的字符位置。String.IndexOf(value, startIndex, count)参数
阅读全文