摘要: 1.baseic_ostream<charT,traits>& write(const char_type *s,streamsize n),cout.write()第一个参数提供了要显示的字符串的地址,第二个参数 指出要显示多少个字符 2.cout<<hex == hex(cout) 控制符实际上 阅读全文