我很感兴趣如何从这个 http 获取字符串“电缆”:
http://122.211.222.137:8080/test/RackProfile.jsf?id=1122#Cables
我使用它来获取 id:
this.id = Integer.parseInt(FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("id"));
但我不知道如何获取“#”之后的字符串。有任何想法吗?