Python 官方文档:入门教程 => 点击学习
本篇内容主要讲解“python在Java中的应用效果”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Python在Java中的应用效果”吧!python.java  
本篇内容主要讲解“python在Java中的应用效果”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Python在Java中的应用效果”吧!
python.java import java.util.List; import org.python.core.PyException; import org.python.core.PyInteger; import org.python.core.PyObject; import org.python.util.PythonInterpreter; public class python { public static void main(String []args)throws PyException { PythonInterpreter interp =new PythonInterpreter(); System.out.println("Hello, brave new world"; interp.exec("import sys"; interp.exec("print sys"; interp.set("a", new PyInteger(42)); interp.exec("print 'test='+str(a)"; interp.exec("x = 2+2"; PyObject x = interp.get("x"; System.out.println("x: "+x); System.out.println("Goodbye, cruel world"; interp.exec("import re"; interp.exec("t =re.compile('^(0{2})IFCSUM)MANIFEST):')"; interp.exec(" a = t.search('00:IFCSUM:MANIFEST:').groups()"; PyObject k = interp.get("a"); List list = ((List)k.__tojava__(List.class)); //System.out.println(k); System.out.println(list); } }
到此,相信大家对“Python在Java中的应用效果”有了更深的了解,不妨来实际操作一番吧!这里是编程网网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!
--结束END--
本文标题: Python在Java中的应用效果
本文链接: https://lsjlt.com/news/290554.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0