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.
この出力が欲しい
"type":"test test"
" " のようにコマンドでスペースを使用したくありません。単一のスペースを表す文字が必要で、\sを使用できないことがわかっています。
何か使えるものはありますか?
print "\"type\":\"test(space character should be here )test\";
スペースキーを使用するだけです:
print "\"type\":\"test test\""; # ^