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.
私はいくつかのコードを読んでいて、出くわしました:
form method='post' input type='hidden' name='input' value='%s'
%sとはどういう意味ですか? グーグルを試しましたが、これについての答えが得られません。
%s「変数補間」と呼ばれるプログラミング手法で使用されます。
%s
プログラムの後半のどこかで文字列に置き換えられます