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.
我正在使用木兰,我有这个变量:
${def.parameters.subTemplate}
我想设置变量subPath,我正在执行以下操作
subPath
<% String subPath= ${def.parameters.subTemplate}; %>
但它不起作用
<c:set var="subPath" value="${def.perameters.subTemplate" />
进而
${subPath}