AI大语言模型、AGI nio 简单问题 #NIO非堵塞IO教程 2004-09-23 nohong while(selector.selectedKeys().iterator().hasNetx()){ SelectionKey key = (SelectionKey)itor.next(); itor.remove(); if(key.isWritable()){}} 问题:我如何才能向指定的SocketChannel写我要的数据?