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.
我正在导入java.nio.*;要使用的包WatchService。但它得到错误。那么如何watchservice在我的应用程序中使用呢?
java.nio.*;
WatchService
watchservice
我得到的“WatchService 无法解析为一种类型”。