【groovy】soapUI

生成隨機數 def a = (int)Math.random()*20000000000 讀取本地文件 首先需要引入 import java.io.File 一次讀入整個文件 log.info( new File(「d:\1.txt」).getText()) 分行讀入文件 def number = 0 String tmp new File(「d:\1.txt」).eachLine({ line
相關文章
相關標籤/搜索