Calling Jython class method from java

前端 未结 0 1493
鱼传尺愫
鱼传尺愫 2020-12-14 21:28

Let\'s say I have a simple class in Jython:

class Foo:
   def __init__(self):
      pass

   def xyz(self):
      print(\'Hello\')

How can I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题