标签: jquery ajax
我正在使用$.post()进行post方法ajax调用,我必须使用beforeSend()方法包含标头,但如何使其在$.post()中运行。
$.post()
beforeSend()
我知道我可以使用$.ajax()
$.ajax()