最新消息:XAMPP默认安装之后是很不安全的,我们只需要点击左方菜单的 "安全"选项,按照向导操作即可完成安全设置。

Day 1 內容規劃 – 懶人寫寫BOT

XAMPP下载 admin 982浏览 0评论
 Day 0: Hello, World.
ARGF.read 可讀取鍵盤輸入

# Read a full line of input from stdin and save it to our dynamically typed variable, input_string.
input_string = ARGF.read

# Print a string literal saying “Hello, World.” to stdout.
puts “Hello, World.”

# TODO: Write a line of code here that prints the contents of input_string to stdout.
puts input_string

转载请注明:XAMPP中文组官网 » Day 1 內容規劃 – 懶人寫寫BOT

您必须 登录 才能发表评论!