摘要: 我们都知道window.open(url)是最基本的用法,很多人都在url里用?xx=11&yy=22的方式拼接参数,但是其实我们不愿意让使用者看到后面的参数,这时我们可以如下方法JS如下:var new_win=window.open("",winName,"height="+height+",width ="+width+",top="+(window.screen.height-height)/2+", left="+(window.screen.width-width)/2+&q 阅读全文
posted @ 2013-08-30 11:10 自行车上的程序员 阅读(494) 评论(0) 推荐(0)