nio 简单问题 2004-09-23 nohong while(selector.selectedKeys().iterator().hasNetx()){ SelectionKey key = (SelectionKey)itor.next(); itor.remove(); if(key.isWritable()){}} 问题:我如何才能向指定的SocketChannel写我要的数据?