摘要:
<html> <head> <!-- 地图的样式 --> <style> #map{ width: 800px; height: 600px; background-color: lightgray; position: relative; } </style> <!-- 创建相关的对象 --> < 阅读全文
摘要:
<html> <head> <title> </title> <!-- 设置CSS样式 --> <style> #contentBox{ width: 600px; height: 800px; background-color: #000000; position: relative; /*设置相 阅读全文