$.ajax({
type:"post",
contentType:"application/x-www-form-urlencoded;charset=GBK",//这句很重要,如果没有这行代码,则只有在火狐中可以使用; url:"${pageContext.request.contextPath}/common/getDate",success:function(ret){ $("#time").val(ret); },dataType:"JSON" });