当然,以下是一个简单的 jQuery AJAX POST 请求的示例:,,``javascript,$.ajax({, url: 'your-endpoint-url',, method: 'POST',, data: {, key1: 'value1',, key2: 'value2', ……