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.
クライアント ブラウザで JavaScript が無効になっている場合でも、サーバー側の JavaScript は実行されますか?
はい。
サーバー側のコード (JS またはその他の言語) が実行され、出力がクライアントに送信されます。
次に、その出力に JS がある場合、そのクライアントが JS をサポートし、無効化またはブロックされていなければ、クライアントによって実行されます。
サーバー側のものはサーバー上で実行されます。クライアントの設定は影響しません。