Loading

摘要: // 传参数 var aa = function(x){ //弹出对象 x 里的 aa 变量和 bb 变量 alert(x.aa + " 我成功啦 " + x.bb); } $.windowbox = aa; $.windowbox({ aa: "哈哈", bb: "啦啦" }); //方法定义 $.windowbox = { //定义一个方法aa aa... 阅读全文
posted @ 2017-09-10 14:46 百_晓生 阅读(2671) 评论(0) 推荐(0) 编辑