摘要:
function scrollDoor() { } scrollDoor.prototype = { sd: function (menus, divs, openClass, closeClass) { var _this = this; if (menus.length != divs.length) { alert("菜单层数量和内容层数量不一样!"); return false; } fo... 阅读全文
posted @ 2014-03-07 11:14
老皆知
阅读(249)
评论(0)
推荐(0)