无编辑摘要 |
无编辑摘要 |
||
| 第37行: | 第37行: | ||
function searchImage() { | function searchImage() { | ||
const input = document.getElementById('searchInput').value; | const input = document.getElementById('searchInput').value; | ||
const imageUrl = `https:// | const imageUrl = `https://……/${encodeURIComponent(input)}.jpg`; | ||
const imgElement = document.getElementById('resultImage'); | const imgElement = document.getElementById('resultImage'); | ||
| 第43行: | 第43行: | ||
imgElement.onerror = function() { | imgElement.onerror = function() { | ||
this.style.display = 'none'; | this.style.display = 'none'; | ||
alert(' | alert('您查找的车辆不存在或尚未入库,请重新输入'); | ||
} | } | ||
imgElement.onload = function() { | imgElement.onload = function() { | ||
2025年2月28日 (五) 09:14的版本