Coder Social home page Coder Social logo

Comments (6)

gg1229505432 avatar gg1229505432 commented on May 31, 2024 1

你最初的问题是大小写出现问题,CaseInsensitiveMap这个还是Map本来就是忽略大小写的,所有的大写都会变成小写

from hutool.

heaxo avatar heaxo commented on May 31, 2024

implementation 'cn.hutool:hutool-all:5.7.9'

from hutool.

gg1229505432 avatar gg1229505432 commented on May 31, 2024

你代码的最后一行 CaseInsensitiveMap::new, 这个方法Map是: 忽略大小写的Map
. 对KEY忽略大小写,get("Value")和get("value")获得的值相同,put进入的值也会被覆盖.
所以会put, get出问题

from hutool.

heaxo avatar heaxo commented on May 31, 2024

@gg1229505432 这个是正常的吗
1712467984006

from hutool.

heaxo avatar heaxo commented on May 31, 2024

@gg1229505432 所以不是我这么用的对吧

from hutool.

gg1229505432 avatar gg1229505432 commented on May 31, 2024

哈哈哈 是的 你用错了. 切记 不要用字符敏感的 Map ~

from hutool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.