1.需要的包有:

1) /Files/ksyou/allJarOfJson.rar

2) json.js

程序如下 :

<%@ page language="java" pageEncoding="UTF-8"%>
<html>
  <head>
    <title>My JSP page</title>
      <script type="text/javascript" src="ReadXML.js"></script>
   <script type="text/javascript" src="json.js"></script>
</head>
  <body>
   name <input type="text" id="name"><br>
    age  <input type="text" id="age"><br>
    sex <input type="text" id="sex"><br>
    <input type="button" value="SendByPost" onclick="sendByPost()"><br><br>
   <div id="showDiv"></div>
  </body>
</html>

ReadXML.js

 

 后台代码:

Message.java

 

 posted on 2009-04-13 11:45  将军  阅读(251)  评论(0编辑  收藏  举报