<?php echo 'hello jrotty!'; ?>
const Koa = require('koa')
const app = new Koa()

app.use(async (ctx) => {
    ctx.body = 'hello world'
})

app.listen(3000)
/*代码高亮激活*/
#post-content pre code {
    display:block;
    overflow-x:auto;
    position:relative;
    margin:0;
    padding-left:50px;
}
pre code {
    position:relative;
    display:block;
    overflow-x:auto;
    margin:4.4px 0.px .4px 1px;
    padding:0;
    max-height:500px;
    padding-left:3.5em
}

版权属于:诸葛思清

本文链接:https://itke.top/archives/42/

转载时须注明出处及本声明

Last modification:December 13th, 2021 at 11:38 am