富国沪深
如果要使用ajax,必须要导入相应的jquery.js等才可以用。具体用法如下:$.ajax({type: "GET",url: "test.json",data: {username:$("#username").val(), content:$("#content").val()},dataType: "json",success: function(data){alert(data.status);});});ajax技术适用于在页面不刷新的情况下前后台数据的动态数据交互。