摘要:
$('#selectAreaFile').on('change',function(e){//用户区域的文件选择 var files=e.target.files; if (files.length) { var file = files[0]; var reader = new FileReade 阅读全文
2017年12月19日 #
2017年2月24日 #
摘要:
1、方法一 (1)js var html=""; html+="<a href=\"#\" onclick=\check('"+id+"');\">点击</a>"; function check(check_id){ window.location.href="${contextPath}/chec 阅读全文
2017年2月5日 #
摘要:
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%@ taglib prefix 阅读全文
摘要:
import org.apache.log4j.Logger;import org.springframework.beans.factory.BeanFactory;import org.springframework.beans.factory.annotation.Autowired;impo 阅读全文