首页 前端知识 thymeleaf radio 获取及回显

thymeleaf radio 获取及回显

2024-04-29 11:04:54 前端知识 前端哥 594 501 我要收藏

thymeleaf radio 获取及回显

There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.

<div class="control-group">
	<div class="radio">
		<label>
			<input name="status" type="radio" class="aaa" th:value="0" th:checked="${wfSB.status} eq 0"/>
			<span class="lbl"> 正常</span>
		</label>
		<label>
			<input name="status" type="radio" class="aaa" th:value="1" th:checked="${wfSB.status} eq 1"/>
			<span class="lbl"> 禁用</span>
		</label>
	</div>
</div>

转载请注明出处或者链接地址:https://www.qianduange.cn//article/6159.html
评论
发布的文章

@JsonCreator和@JsonValue

2024-05-05 22:05:05

Python 字符串转换为 JSON

2024-05-05 22:05:00

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!