- 博客(4)
- 收藏
- 关注
原创 微信小程序获取位置信息
#####微信小程序获取坐标 作者:子长联系地址:shang101527@163.com 微信小程序可根据getLocation获取用户的地理位置信息,包含经纬度、移动速度、海拔信息,也可使用onLocationChange实时获取位置。测试了一下,坐标和海拔还是比较准确的。 鉴于部分同学提到坐标误差大的问题:其一,可能是在开发者工具中遇到该问题,原因是电脑中没有gps模块,无法准确获取位置,一般通过ip定位到行政区域;其二,坐标格式没有正确使用,微信提供了两种格式wgs84和gcj02,前者是全球GP
2021-02-07 16:29:18
3768
原创 弹出框完美居中,遮罩
.pop_box {height: 200px;width: 200px;background-color: #f4eee8;text-align: center; position: fixed;top: 50%;left: 50%;margin-top: -100px;margin-left: -100px;_position: absolute; /* for IE
2016-01-19 17:43:13
367
原创 添加指定样式(类)
$(document).ready(function () { $(".class").hover( function () { $(this).removeClass("class-a").addClass("class-b"); },
2016-01-18 20:17:38
319
原创 js显示或者隐藏
document.getElementById("id").style.visibility="hidden"; document.getElementById("id").style.visibility="visible"; (隐藏后 页面的位置还被控件占用 只是不显示 类似于.net验证控件的Display=Static) or: document.getElementById("i
2016-01-18 20:11:06
1106
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人