<#-- 修改答案 集合 --> <#-- 接收参数 answerId: 答案Id --> <@function answerId=url_answerId> <#-- 返回Map类型 --> <#assign returnValue = questionRelated_editAnswer_collection> <#-- 全局允许提交答案 --> <#if returnValue['allowAnswer'] == true && returnValue['answer'] != null> <#assign answer = returnValue['answer']>
<#-- 提交后跳转参数 参数必须经过encodeBase64URL编码后才能提交 不填写时默认跳转回当前页 --> ${(error['content'])!} ${error['answer']}
<#-- 获取答案Id --> <#-- 获取令牌 --> <#-- 文件系统 -->
<#-- identificationNumber:识别号:用来区别每次请求 --> <#-- 验证码 --> <#if returnValue['captchaKey'] != "">
换一幅

<#-- 验证码错误 --> ${(error['captchaValue'])!}

<#else> <#-- 不允许答案 -->

不允许修改答案