form表单形式:
立即学习“前端免费学习笔记(深入)”;
<form action=<span style="color:#FF0000;">"${ctx}/post/cusBatch" </span>method="post" name="classForm" id="classForm">立即学习“前端免费学习笔记(深入)”;
有弹框方式:
立即学习“前端免费学习笔记(深入)”;
$("#addClass").click(function(){ var diag = new top.Dialog(); diag.Drag=true; diag.Title ="班组新增"; <span style="color:#FF0000;">diag.URL = "${ctx}/businessClass/add"</span>; diag.Width = 490; diag.Height =300; diag.CancelEvent = function(){ //关闭事件 diag.close(); }; diag.show(); });立即学习“前端免费学习笔记(深入)”;
立即学习“前端免费学习笔记(深入)”;
/** *查看批次详情 */ function cusBatchDetail(postBatchno){ <span style="color:#FF0000;">var url = "${ctx}/post/cusBatchDetail?postBatchno="+postBatchno; window.location.href=url</span>; }立即学习“前端免费学习笔记(深入)”;
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号