Ajax与后台如何交互?
扫描二维码
随时随地手机看文章
AjaxJava交互
jsp代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80<%
String
path = request.getContextPath();
String
basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!
DOCTYPE
HTML
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<
html
>
<
head
>
<
base
href="
<
title
>My
JSP 'index.jsp' starting page
title
>
<
meta
http-equiv="pragma"
content="no-cache">
<
meta
http-equiv="cache-control"
content="no-cache">
<
meta
http-equiv="expires"
content="0">
<
meta
http-equiv="keywords"
content="keyword1,keyword2,keyword3">
<
meta
http-equiv="description"
content="This is my page">
<code class="html plain" style="margin:0px!important; padding:0px!important; background:none!important; border:0px!important; bottom:auto!important; float:none!important; height:auto!important; left:auto!important; line-height:1.8em!important; outline:0px!important; overflow:visible!important; position:static!important; right:auto!important; top:auto!important; vertical-align:baseline!important; width:auto!important; font-famil