最新回答 / Ray_Loy
function openWindow() { var url=prompt("是否打开","https://www.imooc.com/qadetail/334303?lastmedia=1"); if(url!=null) { window.open(url,"_blank","wdith=400,height=500,menubar=no,toolbar=no"); }}
2019-10-29
最新回答 / 慕九州5249392
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>className属性</title><style> body{ font-size:16px;} .one{ border:1px solid #eee; width:230px;...
2019-10-23
已采纳回答 / 爆米不开花
错误1:pos.style.width=500px; pos.style.height=300px; 属性要加上引号错误2:disply 写错了 是display
2019-10-22