标签:http sp 文件 bs tt nbsp br 安装 方法
安装方法见官方文档http://groovy.codehaus.org/Installing+Groovy
用新一个文件HelloWorld.groovy,以utf8的编码保存,内容为:
println("Hello World")
println("中华人民共和国")
在命令行中运行
groovy -c utf8 HelloWorld.groovy
可以输出结果.
标签:http sp 文件 bs tt nbsp br 安装 方法
原文地址:http://www.cnblogs.com/zhouyang209117/p/4161834.html