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.
と言っていただけると本当に嬉しいです
a { color: $COLOR; }
でリクエストし/styles.css?COLOR=redます。これを行う方法はありますか?なども承ります$_GET['COLOR']。
/styles.css?COLOR=red
$_GET['COLOR']
これに対する直接のサポートがない場合 (そして、私が見つけられなかった場合)、compileこれを達成するために関数を利用できる方法はありますか?
compile
You'll need to code this as a 2-step process: