当前位置: 代码迷 >> J2SE >> URLConnection 这个类 setAllowUserInteraction 方法是什么意思?该如何解决
  详细解决方案

URLConnection 这个类 setAllowUserInteraction 方法是什么意思?该如何解决

热度:576   发布时间:2016-04-24 01:51:20.0
URLConnection 这个类 setAllowUserInteraction 方法是什么意思?
看了API ,还是不太懂,求高手指教。。

API关于此方法的信息如下:

void setAllowUserInteraction(boolean allowuserinteraction)
设置此 URLConnection 的 allowUserInteraction 字段的值。

------解决方案--------------------
allowUserInteraction 
如果为 true,则在允许用户交互(例如弹出一个验证对话框)的上下文中对此 URL 进行检查。