欢迎使用附近宾馆查询服务!您可以通过此页面快速查询您附近的宾馆信息,包括地址、电话、价格等。
<script>
// 处理搜索请求并显示结果const searchForm = document.getElementById('search-form');searchForm.addEventListener('submit', (event)=> {event.preventDefault();const location = document.getElementById('location').value;// 使用 AJAX 发送搜索请求const xhr = new XMLHttpRequest();xhr.open('GET', `search.php?location=${location}`);xhr.onload = () => {if (xhr.status === 200) {const data = JSON.parse(xhr.responseText);// 显示搜索结果const results = document.getElementById('results');results.innerHTML = '';data.forEach((hotel) => {const hotelLink = `${hotel.name}`;const hotelAddress = `
${hotel.address}
`;const hotelPhone = `
${hotel.phone}
`;const hotelPrice = `
${hotel.price}
`;const hotelInfo = document.createElement('div');hotelInfo.innerHTML = `${hotelLink}${hotelAddress}${hotelPhone}${hotelPrice}`;results.appendChild(hotelInfo);});} else {alert('搜索失败,请重试!');}
};xhr.send();});
script>
本文由:成都民宿于(2024-11-06)发表了关于
附近附近宾馆查询 (附近附近宾馆小旅馆客服电话)的文章
。如转载请注明出处:http://www.cdcy-mail.com
如果您对此感兴趣,可以通过以下联系方式与我们联系:
成都区销售
重庆区销售
云贵区销售
华南区销售
华北区销售
华东区销售
华为企业邮箱销售热线:400-0828-083