摘要: js移除数组中指导位置元素,包括一个对象 //在数组中移除指定位置的元素,返回删除指定元素后的数组 function RemoveAt(arr, position) { var items = new Array(); if (position >= arr.length) alert("out off the array'... 阅读全文
posted @ 2008-10-11 17:59 落叶潇潇雨 阅读(682) 评论(0) 推荐(0)
摘要: 尝试用面向对象的思路写js Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //定义一个js对象 function EvaTemplate_IndexLinkInfo(Id, TemplateId, ElementId, IsMust, I... 阅读全文
posted @ 2008-10-11 17:58 落叶潇潇雨 阅读(306) 评论(0) 推荐(0)