按需引入
import{getUrlParam}from'@wont/utils'getUrlParam('id','http://localhost:8088/#/index?type=hash&id=8080&index=0')// 8080unpkg收录,遵循 umd 规范,不支持
tree shaking
<scriptsrc="https://unpkg.com/@wont/utils" type="text/javascript"></script><script>window.onload=function(){wontUtils.getUrlParam('id','http://localhost:8088/#/index?type=hash&id=8080&index=0')// 8080}</script>