编辑wiki使用语法,请参考 ------ >> [[== 语法 ==
]]
有5格的导航会自动生成导航
======H1一级导航6======
=====H2一级导航5=====
====H3二级导航4====
===H4三级导航3===
==H5三级导航2==
=====一级导航2=====
==二级导航==
==三级导航==
=====一级导航3=====
==二级导航==
==三级导航==
=====一级导航4=====
==二级导航==
==三级导航==
这里是首页[[Restapi|Restapi]]
这是下一个链接[[下一个页面]]
右上角是一个注释((这里是解释内容)),解释的内容会显示在最底部
下面这段是代码
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}
这是一段演示代码片段下载