在 React 之前 html 页面想要获取当前地址参数,只能通过静态解析的方式在获取,列举几种语言的获取方式
Javascript
1 | function getValue(key) { |
Python
1 | #!/usr/bin/env python |
Java
1 | public static String getValue(String url, String key){ |
最近热读
扫码关注公众号,或搜索公众号“温欣爸比”
及时获取我的最新文章