引数を位置に置き換える際に、Pythonのstr.formatの処理を元に戻す最もエレガントな方法は何ですか? たとえば、次の textpattern = 'Please move {0} to {1}'
mystring = 'Please move a to b'
deformat機能のために: mystring.deformat(textpattern)
はリスト['a', 'b'
に不一致のための時間コンパイルエラースローするC#でString.Formatのための必要性のC# でString.Formatのに渡される引数の数の不一致があるとき時エラーをコンパイルカスタム追加する方法はあります例えば:それは2 {0},{1}を期待している間に私たちは、一つだけの引数"animal"に合格しているので、 String.Format("{0} and {1} are my pe