摘要: //首先建立一个父页面 <!doctype html> <html> <head> <title>父页面</title> <script> function tanchu(){ window.open("son.html","ziyemian","width=300,height=400,top=2 阅读全文
posted @ 2016-11-14 23:23 马小乐 阅读(5349) 评论(0) 推荐(0) 编辑
摘要: //首先定义一个函数 Array.prototype. unique=function(){ var ret = []; var json ={}; for(var i = 0;i<this.length;i++){ if(!json[this[i]]){ ret.push(this[i]); js 阅读全文
posted @ 2016-11-14 20:56 马小乐 阅读(127) 评论(0) 推荐(0) 编辑