摘要:
使用XAMPP启动Apache时,遇到如下错误: 15:08:11 [Apache] Error: Apache shutdown unexpectedly.15:08:11 [Apache] This may be due to a blocked port, missing dependenci 阅读全文
摘要:
1.设置cookie function addCookie(name,value,expireHours){ var cookieString=name+"="+escape(value)+"; path=/"; //判断是否设置过期时间 if(expireHours>0){ var date=ne 阅读全文
摘要:
1. String对象中的split()方法(字符串转化数组) var str="星期日,星期一,星期二,星期三,星期四,星期五,星期六"; var arr=str.split(","); document.write("类型是:"+typeof(arr)+",数组的第一个元素是:"+arr[0]+ 阅读全文