我知道缓存将被多次使用的对象是个好主意。但是,如果我将多次使用以下内容怎么办:
var chacheWindow = window;
var chacheDocument = document;
var chacheNavigator = navigator;
var chacheScreen = screen;
var chacheWindowLocationHash = window.location.hash;
var chacheDocumentBody = document.body;
也许只有在 之间追逐东西才有好处<html></html>
?请解释。