ajax非同步重新整理簡單的demo

2021-06-16 09:47:34 字數 627 閱讀 1361

說明:本案例是在瀏覽器中區域性重新整理物件people的age屬性的值

1.首先建立乙個people類

package com.jsf.demo1;

public class people

public void setname(string name)

public int getage()

public void setage(int age)

public people(string name, int age) }

2.建立乙個處理請求的servlet

} 3.配置web.xml配置檔案

getpeopleinf

getpeopleinf

com.jsf.demo1.getpeopleinf

4.寫testpeople.js檔案(他和jquery.js同時放在webcontent-->js中)

$(document).ready(function());

function getinf() );}

5.寫test.jsp頁面

insert title here

姓名:年齡:

6.結果顯示

姓名:tom

年齡:27

AJAX 非同步重新整理技術

大家都知道,可以用表單把jsp頁面的值提交到後台,但是還有另外一種方式,就是用ajax 非同步重新整理技術 把jsp頁面提交到後台,今天我就給大家講講如何用ajax 非同步重新整理技術 把jsp頁面提交到後台,他們兩個其實是一起用的,你不用ajax的時候你的表單裡面只能有乙個提交按鈕,多個的話就無法...

Ajax非同步重新整理功能及簡單案例

目錄 這篇文章主要來介紹一下有關ajax中非同步重新整理的知識,以及乙個簡單的註冊案例。我們都知道,非同步重新整理是ajax中非常重要的乙個功能,下面我們先來了解一下關於非同步重新整理的方法步驟以及理解。在這裡我們首先說一下關於 get請求和 post請求 方法 open method,url,as...

Ajax非同步重新整理分頁功能 MySQL

1.servlet中 條件map map map new hashmap 分頁配置 int index request.getparameter index null?1 integer.parseint request.getparameter index int size 2 map.put i...