Java調用Python腳本(不需要傳參)

 java 利用Runtime.getRuntime().exec()調用python腳本 1、將寫好的py腳本放置在Java工程的根目錄下,方便管理和引用,當然也可以存放在本地; 2、編寫python腳本,以最經典常見的代碼爲例:        import sys          import urllib          print  "hello"      #打印「hello」  
相關文章
相關標籤/搜索