xtrace("%s\n", "hello!"); // 输出文字"hello!"
xtrace(rgb(255, 0, 0), "%s\n", "red text."); // 输出红色文字
xtrace(rgb(0, 0, 255), "%s\n", "blue text."); // 输出蓝色文字
csimpledib dib;
xtrace("%s\n", "hello!"); // 输出文字"hello!"
xtrace(rgb(255, 0, 0), "%s\n", "red text."); // 输出红色文字
xtrace(rgb(0, 0, 255), "%s\n", "blue text."); // 输出蓝色文字
csimpledib dib;