可以使用AngularJS检索ip地址表单浏览器吗? 如果是的话,你能举个例子吗?
方案: 在浏览器中,我进行以下调用 - http://someip:port/controller。 我需要脚本中的“someip”值,我不知道该怎么做......
谢谢!
答案 0 :(得分:0)
不要以为你可以拿到ip, 但是你可以用其他所有东西来获取
window.location
像
window.location.host
window.location.port
window.location.hostname
等