ExternalInterface.call() not getting return value

后端 未结 7 1913
鱼传尺愫
鱼传尺愫 2021-01-12 23:39

I have a Javascript function that returns the innerHTML of a div. I am attempting to call this function from Actionscript and store the return value. I know that the Java

7条回答
  •  北荒
    北荒 (楼主)
    2021-01-13 00:01

    I also noticed you got a typo in your code => textField != textfield

提交回复
热议问题