if ( !duplicate ){ a[ subscript++ ] = value; ++i;} // end if比如说这样 if的条件是什么意思我的意思是 问 if(!duplicate)是什么意思 在变量前加!表示什么