最赞回答 / 一二一二
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" Content="text/html; charset=utf-8" /><title>javascript</title><style type="text/css">body{font-size:12px;}#txt{ height:400px; width:600px; border:#3...
2016-06-05
已采纳回答 / qq_太阳花_6
window.open('http://www.imooc.com','_blank''width=600,height=400,top=100,left=0');这句代码blank和width中间少了一个逗号~
2016-06-04
已采纳回答 / 流逝的回忆已成空白
src 是指向物件的来源href 是指向需要连结的地方url 是通用的 "连结" 的专业代名词,在 HTML 语法里几乎不会使用src 通常用作 "拿取" 而 href 用作 "连结前往"例如 <img src="image.jpg" />就是 src 拿取 image.jpg 作为这个 img 的源档案… 就是 <img> 显示 image.jpg 的意思例如 <a href="image.jpg" />就是 href 跳转到 image.jpg… 就是网址会跳转到 ...
2016-06-04
已采纳回答 / 无瑕疵
<!DOCTYPE html><html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> function lian(){ var prc=confirm("是否打开弹...
2016-06-03