返回值:XMLHttpRequestjQuery.post(url, [data], [callback], [type])
概述
通過(guò)遠(yuǎn)程 HTTP POST 請(qǐng)求載入信息。
這是一個(gè)簡(jiǎn)單的 POST 請(qǐng)求功能以取代復(fù)雜 $.ajax 。請(qǐng)求成功時(shí)可調(diào)用回調(diào)函數(shù)。如果需要在出錯(cuò)時(shí)執(zhí)行函數(shù),請(qǐng)使用 $.ajax。
參數(shù)
urlString
發(fā)送請(qǐng)求地址。
data (可選)Map
待發(fā)送 Key/value 參數(shù)。
callback (可選)Function
發(fā)送成功時(shí)回調(diào)函數(shù)。
type (可選)String
返回內(nèi)容格式,xml, html, script, json, text, _default。