Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有如下网址怎么办:servlet.jsp?myparam=myvalue
servlet.jsp?myparam=myvalue
这 2 个 EL 应该返回输出"myvalue",但我实际上不明白为什么?:
${param.values["myparam"]["0"]} ${param.values.myparam[0]}