试试富文本编辑器

啥是富文本编辑器?

hello world

hello

#include <iostream>

int main()
{
    std::cout << "hello world" << endl;
}
原文地址:https://www.cnblogs.com/coding365/p/12872350.html