摘要: substr用法basic_string substr( size_type pos = 0, size_type count = npos ) const; Returns a substring [pos, pos+count). If the requested subst... 阅读全文
posted @ 2017-05-22 14:24 紫魔戒 阅读(1579) 评论(0) 推荐(0) 编辑