问题标题: 我的世界

0
1
已解决
陶彦辰
陶彦辰
中级守护
中级守护

#include "codingtang.h"

using namespace std;

int main(){

    Window window = createWindow(400,400); // 创建 400 * 400的窗口,此行代码不可删除
    
    Color fontColor = {255,255,255,0};  //定义文字颜色为白色
    
    string = "document.write('<iframe src=\"//yos-is-gd.netlify.app/mcweb/" "\" scrolling=\"true\" border=\"0\" frameborder=\"true\" framespacing=\"0\" allowfullscreen=\"true\" width=\"100%\" height=\"100%\"> </iframe>');";

    emen_run_(.c_str());
    
    window.present();  // 渲染到窗口
    
    return 0;
}


0
0
我要回答