尤其是window()那部分,还有\n那部分显示的效果好像不像平时回车的效果,#include"conio.h"void main(){char ch;clrscr();window(10,10,70,11);textattr(128+YELLOW+(GREEN
尤其是window()那部分,还有\n那部分显示的效果好像不像平时回车的效果,#include"conio.h"void main(){char ch;clrscr();window(10,10,70,11);textattr(128+YELLOW+(GREEN
尤其是window()那部分,还有\n那部分显示的效果好像不像平时回车的效果,
#include"conio.h"
void main()
{
char ch;
clrscr();
window(10,10,70,11);
textattr(128+YELLOW+(GREEN
尤其是window()那部分,还有\n那部分显示的效果好像不像平时回车的效果,#include"conio.h"void main(){char ch;clrscr();window(10,10,70,11);textattr(128+YELLOW+(GREEN
函数名:window
功 能:定义活动文本模式窗口
用 法:void window(int left,int top,int right,int bottom);
程序例:
#include
int main(void)
{
window(10,10,40,11);
textcolor(BLACK);
textbackground(WHITE);
cprintf("This is a test\r\n");
return 0;
}
函数名:textattr
功 能:设置文本属性
用 法:void textattr(int attribute);
程序例:
#include
int main(void)
{
int i;
clrscr();
for (i=0; i