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.
我正在做一个后台进程呈指数级增长的项目。所以我正在为节点寻找一个好的优先级后台队列。
在网上寻找它时,我发现了Kue,但我是新手,所以我不确定这是否是最佳选择。
我想将一个变量传递给框架,但我得到了当前页面。
代码:
function redirect(e){ $('#frame').show(); document.getElementById('frame').contentWindow.document.location.href = "page.php?var="+X;