wolegca.github.io/readme.md

24 lines
326 B
Markdown
Raw Normal View History

2022-09-23 22:44:56 +08:00
# wolegca.github.io
2022-09-24 17:28:04 +08:00
### 仅仅是个人网络笔记罢了
2022-09-23 22:44:56 +08:00
2022-09-24 17:28:04 +08:00
[访问地址](https://wolegca.github.io/index.html "访问地址")
``` js
let a = ""
a.length
```
``` java
class Obj extends Object {
String alias;
int number;
@Override
public void run(Object[] args) {
}
}
```
``` xml
<xml version='1.0'>
```