写法:
<a href="b.jsp?type1=你要传递的数值1&type2=你要传递的数值2">传送数据到B页面</a>
要注意href中不能留空格,如
<a href="bookquery?page=1&nameBook=&author=&publisher=>1</a>
表示nameBook、author、publisher传的是空字符串,而不能写成
<a href="bookquery?page=1&nameBook= &author= &publisher= >1</a>
写法:
<a href="b.jsp?type1=你要传递的数值1&type2=你要传递的数值2">传送数据到B页面</a>
要注意href中不能留空格,如
<a href="bookquery?page=1&nameBook=&author=&publisher=>1</a>
表示nameBook、author、publisher传的是空字符串,而不能写成
<a href="bookquery?page=1&nameBook= &author= &publisher= >1</a>