摘要: package com.atguigu.test; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import javax.servlet.http.HttpSession; impo 阅读全文
posted @ 2020-01-28 21:48 Mrann 阅读(3689) 评论(1) 推荐(0)
摘要: javaweb中Gson、fastJson、JsonLib、jackson…提供了对json传输的支持 json核心知识回顾 1.json有两种格式 (1)json对象:{key:value,key2:value2........} (2)json数组 :[value1,value2......] 阅读全文
posted @ 2020-01-28 21:04 Mrann 阅读(3454) 评论(0) 推荐(0)
摘要: 使用了springmvc ajax jquey实现 7.1.0首页 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> 阅读全文
posted @ 2020-01-28 21:02 Mrann 阅读(1087) 评论(0) 推荐(0)