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.
たとえば、の一部を{{string}}php に変換するにはどうすればよいですか?code
{{string}}
code
{{secure_base_url}}
に
echo secure_base_url;
この種の方法は、Magento で多く使用されているようです。独自のプログラムを作成している場合、どのように行うのだろうか。そのようなものをに変えるには、ある種のプラグインが必要です{{string}}sかcodes?
{{string}}s
codes
コードを認識してアクションに変換するパーサーを作成します。
しかし、パーサーの書き方を尋ねることは、stackoverflow の範囲をはるかに超えています。