bitset::test是否可以判断 被置位否?看官方文档,这个函数,是可以判断的,但是用起来到时候,发现不对,无奈之下,只好用reference operator[](int nPos)进行判断某一位是否是0,还是1?