09 2019 档案
摘要:<script> function edit(idd) { // 添加模态框用到的css var httpUrl="/admin/editQRC?id="+idd; // window.open(httpUrl,'','width=500%,height=100%'); const cssEle = document.createElement('style'); cssEle.id = 'cam
阅读全文
摘要:package com.zhengyizhan.Controller;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.Requ...
阅读全文
摘要:结果 127.0.0.1:8090/admin/uploadQRCode
阅读全文
摘要:文件上传下载 选择文件: /*** * 文件的批量上传 * @param files * @param request * @return * @throws Exception * @throws IOException */ @RequestMappin...
阅读全文