var format=btns[i].innerText;//button的标签
try
{
var localFormat=session.GetLocalizedMessageContents("wl_session.txt",format+"@WL",void null);//获取本地文本标签
//alert(localFormat);
btns[i].innerText=localFormat;
}
catch(err)
{
var xType=pfcGetExceptionDescription(err);
}