NutzCN Logo
问答 入门有个用户头像上传和显示。get(userId)报错
发布于 1693天前 作者 wx_p064hjeoh9l2g0cqspro 1218 次浏览 复制 上一个帖子 下一个帖子
标签:
@At("/")
    @GET
    @Ok("jsp:jsp.user.profile")
    public UserProfile index(@Attr(scope=Scope.SESSION, value="me")int userId) {
        return get(userId);
    }

return get(userId);这块的get报红是咋回事?

1 回复

没事了各位大哥们。。。。解决哈。。哈哈

添加回复
请先登陆
回到顶部