12 2021 档案

摘要:create table tb_count( id int not null auto_increment, col1 enum('yes', 'no'), col2 enum('yes', 'no'), col3 enum('yes', 'no'), col4 enum('yes', 'no'), 阅读全文
posted @ 2021-12-06 10:35 Kotaku 阅读(141) 评论(0) 推荐(0)
摘要:需求效果图(地图只显示中国、地图背景透明、自定义省的边界颜色、修改国境线颜色): 先创建自定义地图 链接:https://geohub.amap.com/mapstyle/index 水系不显示 区域面,字体改为白色,不透明度改为0% 其他地方按自己的需求自定义是否显示 行政区名,这里只显示了中国 阅读全文
posted @ 2021-12-03 14:53 Kotaku 阅读(10898) 评论(0) 推荐(0)