Workarounds一词的翻译

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. 

直接理解为工作区不太行,大概的意思是在不能根本解决问题的情况下,暂时规避。或理解为临时的解决方法.

posted @ 2007-02-24 13:44  爱生活,爱编程  阅读(222)  评论(0编辑  收藏  举报