直接拿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;
}
直接拿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;
}