Calling Java inside JavaScript Function

后端 未结 8 979
时光取名叫无心
时光取名叫无心 2020-12-04 02:26

Please tell me if we can call java inside javascript function ?


    

        
8条回答
  •  渐次进展
    2020-12-04 02:50

    Yes, you can call Java from Javascript, both if you mean the Java-VM on the server and on the client; i assume you mean the client (the VM in the browser); take a look here:

    http://www.apl.jhu.edu/~hall/java/Java-from-JavaScript.html

提交回复
热议问题