Calling java server side method using jquery

后端 未结 3 428
广开言路
广开言路 2021-01-16 09:56

I need to call java class method inside jquery , how do i do that ?

For more understanding Ex:

Class Foo{
      public static void letsCall(){
               


        
3条回答
  •  难免孤独
    2021-01-16 10:34

    Calling a backend Java method from JavaScript/jQuery in JSP

    Calling Java inside JavaScript Function

    There are maybe a half dozen more similarly worded questions, please google first!

提交回复
热议问题