2011-12-12 47 views

回答

1

我使用以下方法解決此問題:

function genericOnClick(info, tab) 
{ 
    alert(info.selectionText); 
} 
相關問題