cout <<setfill('#') << setw(14) << "hello world!\n";
请问使用#include<iomanip>库文件输出上面的代码怎么不是14个#号,只有一个#号,setw()括号里面低于14的话还没有#输出,有时间请解答一下谢谢!