jQuery有这样做的jQuery.post方法:
jQuery.post(
'http://example.com/…',
{/* post data of key-value pairs */},
function(data, textStatus) {
/* callback function to process the response */
}
);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
173 次 |
| 最近记录: |