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.
jdb (バージョン 1.4) で 1 つのコマンドで複数のローカル プリミティブを出力するにはどうすればよいですか?
私はもう試した:
print v1, v2, v3
ただし、それは v1 の値のみを出力します。
助言がありますか?
編集:事実上、私はjdbで時計が必要です。
以下はあなたが望むことをしますか?
print "" + v1 + " " + v2 + " " + v3