window.open('http://www.imooc.com','_blank','width=600,height=400,top=100,left=0')
2016-03-22
最新回答 / 慕移动9181930
感谢您的知道。
想问下,有没有好的方式来确定font的大小,以px为单位的形式,因为这样便于确定内容之间的偏移。参数错了吗?代码贴出来看看~~
2016-03-22
document.write(mychar+"<br>");
document.write(mystr+mychar+"的忠实粉丝");
document.write(mystr+mychar+"的忠实粉丝");
2016-03-22
var isOpen=confirm("shifoudakai?");
if (isOpen==true) {
var openPages=prompt("dakaidewangzhishi:","http://www.imooc.com/");
window.open(openPages,'_blank','width=1000,height=800,menubar=no,toolbar=no,status=no,scrollbars=yes');
} else {
}
if (isOpen==true) {
var openPages=prompt("dakaidewangzhishi:","http://www.imooc.com/");
window.open(openPages,'_blank','width=1000,height=800,menubar=no,toolbar=no,status=no,scrollbars=yes');
} else {
}
已采纳回答 / 从此浪迹天涯了无牵挂
<form> <input type="button" value="改变颜色" onClick="changeColor()" > <input type="button" value="改变宽高" onClick="changeWah()"> <input type="button" value="隐藏内容" onClick="hideContent()"> <input type="button" value="显示内容...
2016-03-21