# mayun_gitee_example01 **Repository Path**: yougexiaoluo/mayun_gitee_example01 ## Basic Information - **Project Name**: mayun_gitee_example01 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README.md文件 ## 二级标题 >注意事项-1 >注意事项-2 ~~~ { 这里面的是一个块 } ~~~ ~~~ { var a = 1; var b = 2; function total(x,y) { return x + y; } var res = total(a,b); console.log(res); } ~~~