Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该设置
CookieManager cm = new CookieManager(); CookieHandler.setDefault(cm);
在它连接到 Internet 并使用 cookie 的每个类文件中,还是只设置一个位置就足够了?
我计划在从其他线程和类建立的任何其他新连接中使用登录期间收到的 cookie。
从javadoc中阅读它。这是系统范围的。