Scans the current string. If a block is given, it functions exactly like block_scanf. arr = "123 456".scanf("%d%d") # => [123, 456] require 'pp' "this 123 ...
確定! 回上一頁