Loading

摘要: <select class="form-control m-b" name="armyType" value="${army.armyType }"> <option <c:if test="${army.armyType ==''}">selected</c:if> >请选择队伍类型</optio 阅读全文
posted @ 2019-11-18 15:11 风萧萧5 阅读(237) 评论(0) 推荐(0)
摘要: 1. <a href="#" onclick="detail('${alarmTask.id}')"class="btn btn-sm btn-primary">查看任务</a> 2. <script> function detail(id) { alert("aaaaaaaaaaaaaa"); $ 阅读全文
posted @ 2019-11-18 15:02 风萧萧5 阅读(485) 评论(0) 推荐(0)