本篇內(nèi)容主要講解“Python在Java中的應(yīng)用效果”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“Python在Java中的應(yīng)用效果”吧!
創(chuàng)新互聯(lián)建站專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都做網(wǎng)站、網(wǎng)站設(shè)計(jì)、海州網(wǎng)絡(luò)推廣、微信平臺(tái)小程序開(kāi)發(fā)、海州網(wǎng)絡(luò)營(yíng)銷(xiāo)、海州企業(yè)策劃、海州品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營(yíng)等,從售前售中售后,我們都將竭誠(chéng)為您服務(wù),您的肯定,是我們最大的嘉獎(jiǎng);創(chuàng)新互聯(lián)建站為所有大學(xué)生創(chuàng)業(yè)者提供海州建站搭建服務(wù),24小時(shí)服務(wù)熱線:028-86922220,官方網(wǎng)址:www.cdcxhl.com
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); } }
到此,相信大家對(duì)“Python在Java中的應(yīng)用效果”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!