Appearance
开发微信内嵌H5页面,实现某些依赖微信的功能时,需要使用jssdk
const url = window.location.href.split('#')[0]
域名后面的/需要带上,例如https://a.com/static/#/home 需要填写https://a.com/static/
/
https://a.com/static/#/home
https://a.com/static/
微信文档常见问题汇总