Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在玩 codeacademy Labs 并输入以下内容:
sent = gets.chomp
当我输入一个包含撇号的字符串时"I'm done",会弹出一个窗口,告诉程序运行时间过长。为什么会这样?只是口译员的问题吗?
"I'm done"
这可能是 Codecademy 的服务器的问题。gets一个简单的命令导致超时没有特定于代码的原因。
gets