0
有一個JavaScript函數在HTMLGWT和JSNI。檢查函數定義
<script type="text/javascript">
function someFunction(){
return "<b>some text</b>";
}
而且JSNI:
native String someFunction() /*-{
return $wnd.someFunction();
}-*/;
的問題是,第一個腳本沒有定義百達。如何定義函數?
預先感謝您!
爲爲了正確,你最好檢查一下if(typeof someFunction!=='undefined')'。 – 2012-03-16 11:06:25