jquery $.post specification

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.

原文地址:https://www.cnblogs.com/lexus/p/1728104.html