查看“测试20”的源代码
←
测试20
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<html> <head> <title>图片搜索</title> <style> body { display: flex; flex-direction: column; align-items: center; padding: 20px; } .search-container { margin: 20px 0; } input { padding: 8px; width: 200px; margin-right: 10px; } button { padding: 8px 16px; cursor: pointer; } #resultImage { max-width: 80%; margin-top: 20px; } </style> </head> <body> <div class="search-container"> <input type="text" id="searchInput" placeholder="请输入你要查询的车牌号,无需输入:粤C"> <button onclick="searchImage()">搜索</button> </div> <img id="resultImage" alt="搜索结果"> <script> function searchImage() { const input = document.getElementById('searchInput').value; const imageUrl = `https://……/${encodeURIComponent(input)}.jpg`; const imgElement = document.getElementById('resultImage'); imgElement.src = imageUrl; imgElement.onerror = function() { this.style.display = 'none'; alert('您查找的车辆不存在或尚未入库,请重新输入'); } imgElement.onload = function() { this.style.display = 'block'; } } </script> </body> </html>
返回至“
测试20
”。
导航菜单
个人工具
登录
命名空间
页面
讨论
变体
查看
阅读
查看源代码
查看历史
更多
搜索
本站连接
珠海巴士频道
公共汽车导航页
珠海巴士频道微博
传图至图片枢纽
友情链接
各地交通百科
中山公交百科
五邑交通维基
佛山公交百科
广州交通维基
东莞道路研究社
深圳交通百科
交通卡
CARD+卡家
交通卡导航页
工具
特殊:最近更改
百科维护记录
今天本站爆炸了吗?
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息
返回顶部