第14行為什么會(huì)報(bào)錯(cuò)
<!DOCTYPE?HTML> <html> <head> <meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/> <title>window.open</title> <script?type="text/javascript"> ??function?Wopen(){ ????window.open('http://idcbgp.cn','_blank','width=600,height=400,top=100')?? ??}? </script> </head> <body> 14.????<input?name="button"?type="button"?onClick="Wopen()"?value="點(diǎn)擊我,打開(kāi)新窗口!"?/?> </body> </html>
2017-03-01
最后/和>中間多了一個(gè)空格
2017-03-01
最后/和>中間多了一個(gè)空格