编辑代码
Groovy代码
2.4.16
运行
text =
new
File(
"/etc/passwd"
).getText();
println
(text)