亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - Why does this report an error in Chrome but works fine in IE?
PHPz
PHPz 2017-05-19 10:36:12
0
2
629
<html>
<head>
<meta charset="UTF-8">
<title>顯示或隱藏圖片</title>
</head>
<body>
    <img src="../assets/img/client_logo5.png" id="pic"><br>
    <input type="button" value="顯示圖片" onclick="pic.style.visibility='visible'">
    <input type="button" value="隱藏圖片" onclick="pic.style.visibility='hidden'">
</body>
</html>

PHPz
PHPz

學(xué)習(xí)是最好的投資!

reply all(2)
左手右手慢動作

pic cannot be found, you need to add window manually in front, window.pic cannot be omitted

PHPzhong

I agree with the above, you can check another answer: /q/10...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template