ruby
1 2s = "foo" 3 begin 4 s[4] = ?b 5 rescue IndexError 6 puts "error" 7 end 8 9実行結果 10error 11 12こちらのコードで?bとは 134番目の文字列はbですか? 14という意味なのでしょうか。
投稿2020/02/18 06:20
ruby
1 2s = "foo" 3 begin 4 s[4] = ?b 5 rescue IndexError 6 puts "error" 7 end 8 9実行結果 10error 11 12こちらのコードで?bとは 134番目の文字列はbですか? 14という意味なのでしょうか。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。