Template 模板

H2 二级标题

H3 三级标题

代码段:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
public class Object {
private static native void registerNatives();

@HotSpotIntrinsicCandidate
public Object() {
}

@HotSpotIntrinsicCandidate
public final native Class<?> getClass();

@HotSpotIntrinsicCandidate
public native int hashCode();

public boolean equals(Object obj) {
return this == obj;
}
public String toString() {
return this.getClass().getName() + "@" + Integer.toHexString(this.hashCode());
}

@HotSpotIntrinsicCandidate
public final native void notify();

@HotSpotIntrinsicCandidate
public final native void notifyAll();

}

来一段 HTML 试试

我是HTML

图片功能:

便签功能

success tag test

Hello world ~

更多插件使用功能 更多插件