附近的酒店住宿查询100
请输入您的搜索条件,我们将为您提供附近的酒店住宿信息。
'酒店名称1','address' => '酒店地址1','price' => 100,'stars' => 5,'rating' => 4.5,);$hotels[] = array('name' => '酒店名称2','address' => '酒店地址2','price' => 150,'stars' => 4,'rating' => 4.0,);$hotels[] = array('name' => '酒店名称3','address' => '酒店地址3','price' => 200,'stars' => 3,'rating' => 3.5,);// 展示酒店信息echo "附近的酒店住宿
";echo "-
";foreach ($hotels as $hotel) {echo "
-
";echo "
{$hotel['name']}
";echo "{$hotel['address']}
";echo "价格: {$hotel['price']} 元
";echo "星级: {$hotel['stars']}
";echo "评分: {$hotel['rating']}
";echo "
";}echo "
郑重声明:部分文章来源于网络,仅作为参考,如果网站中图片和文字侵犯了您的版权,请联系我们处理!
相关推荐