内置Web框架内置Web框架['/post/:id']fn (b Blog) show_post(id int) vweb.Result { post := b.posts_repo.retrieve(id) or { return vweb.not_found() } return vweb.view(post)} V语言论坛和博客均采用内置的Web框架开发。