在我的 jsp 页面中,我使用此代码在锚点中动态添加标题属性。
<c:set var="titleAttributeValue" value="${(anchorListfields[3] != '') ? 'title=${anchorListfields[3]}' : ''}" scope="page" />
但不是在锚中显示标题属性的值,而是像这样显示 <a href="/content/aib/personal/home/iwanto.html" rel="nofollow" title="${anchorListfields[3]}"><span><span>Start my Business</span><i></i></span></a>
我怎么能做到这一点我的语法错误在哪里