二次循环中,eq判断,如何=第一次循环中的key值呢?
<volist name="emp_desc_type" id="vo">
<div>
<textarea name="{$key}" style="width:800px;height:300px;">
<volist name="emp_desc_content" id="desc_v">
<eq name="{$desc_v.desc_type}" value="???">
{$desc_v.desc_info}
</eq>
</volist>
</textarea>
</div>
</volist>