【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
相关文章
相关标签/搜索