请问有人可以帮我吗?当使用 ajax 单击按钮并使用 php 打印时,如何获取文本字段的值?我一直在阅读有关 ajax 的主题,根本不理解它。我希望当我单击按钮时页面不会重新加载,以便文本字段上的值不会消失....或者除了使用 ajax 之外还有其他方法吗???
<form>
<table>
<tr>
<input type = 'text' name = 'fname'>
<button type = 'button' >Submit</button>
</tr>
</table>
</form>