reference
http://api.jquery.com/jQuery.post/
some notes as follows:
Pages fetched with POST are never cached, so the cache and ifModified options in jQuery.ajaxSetup() have no effect on these requests.

jquery $.post specification

相关文章: