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