文章
江湖

code syntax highlight

thphd  ·  2020年10月18日 2047前站长

直接拿highlight.js来用

# python
def add(a,b):
    return a+b
// javascript
function add(a,b){
    return a+b
}
// c
int add(int a, int b){
    return a+b;
}
菜单