1、ajax:links标签相当于html中的<a>标签。参数 参数说明method 所有已知的支持server或client方法,比如:post,get,head,trace,....preFunction 在所有request发生之前的javascript函数,停止请求的code (this.send=false)postFunction request结束以后调用的javascript函数serverErrorFunction 如果报server 500-600 error的时候调用的javascript函数clientErrorFunction 如果报client 400-500 error的时候调用的javascript函数errorFunction 如果报一个错误调用的javascript函数。