Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
magento tabed ajax 是如何工作的?让我们举一个例子,以便我们更好地理解。在页面加载后,在管理仪表板中,一旦我们单击“Most Viewed Products”选项卡,它将触发 ajax 一次,然后我们检查“bestseller”并再次单击“观看次数最多的产品”此时没有 ajax 火,我认为它会从缓存中给出响应。这在原型 ajax 中是如何发生的?