Workarounds一詞的翻譯
The redirect that you can send to the user, does not work when you need to send a query string ("?foo=bar&foo2=bar2") using the xajaxResponse->addRedirect() method.
The work-around is to use xajaxResponse->addScript("top.location.href = '?foo=bar&foo2=bar';") instead of the redirect.
This issue is fixed in 0.2.1.
直接了解為工作區不太行,大概的意思是在不能根本解決問題的情況下,暫時規避。或了解為臨時的解決方法.