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.
次の行があります。
io:format("~p~n",[<<40,45,50,51>>]).
それはアウトアウトします
<<"(-23">>
<<40,45,50,51>> として印刷するにはどうすればよいですか?
> io:format("~w~n",[<<40,45,50,51>>]). <<40,45,50,51>>
これが出力の制御シーケンスです。