mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-10 16:33:23 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
gotoxy(0,0)将光标移动到屏幕左上角。
|
||||
move(row,col)是到gotoxy的宏,将光标移动到指定行row和列col
|
||||
move(1,1)将光标移动到屏幕左上角。
|
||||
举例:<pre>
|
||||
举例:<pre><code class="language-c">
|
||||
|
||||
// gotoxy.c
|
||||
|
||||
@@ -37,5 +37,5 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
</pre>相关函数:无
|
||||
</code></pre>相关函数:无
|
||||
|
||||
|
Reference in New Issue
Block a user