一只名叫tom的貓
通過ajax讀取到寫好的jsp,另一個jsp可以放framse或者層都可以,顯示就行了123456789$.ajax({????????????????????type:?"POST",?//用post方式傳輸????????????????????dataType:?"html",?//數據格式:json????????????????????url:?'Page1.aspx?pid=452765',?//目標地址????????????????????contentType:?"application/json",????????????????????success:?function(jsonhtml)?{????????????????????????$("#ShowDiv").append(jsonhtml);????????????????????}????????????????});