HTML5获取网站后缀数据

http://localhost:8080/?deviceID=sub
获取deviceID的值;
var deviceID="<%=request.getParameter("deviceID")%>";

`
    lx_api_url
    http://localhost:8080/
`

获取web.xml中lx_api_url的值;
var url="<%=application.getInitParameter("lx_api_url")%>";

你可能感兴趣的:(js)