如果客户端禁用js,服务器端的javascript还会运行吗?

发布于 2024-10-22 21:39:08 字数 53 浏览 2 评论 0原文

如果客户端浏览器中禁用了 javascript,服务器端 javascript 还会运行吗?

If javascript is disabled in a client browser, will the server side javascript still run?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瑾夏年华 2024-10-29 21:39:08

是的。

执行服务器端代码(无论是 JS 还是任何其他语言)并将其输出发送到客户端。

然后,如果该输出中有任何 JS,并且该客户端支持 JS 并且没有禁用或以其他方式阻止它,那么它将由客户端执行。

Yes.

Server side code (whether in JS or any other language) is executed and the output it sent to the client.

Then, if there is any JS in that output, it will be executed by the client if that client supports JS and doesn't have it disabled or otherwise blocked.

野侃 2024-10-29 21:39:08

服务器端的东西是在服务器上运行的。客户端设置不会影响它。

Server-side stuff is run on the server. The clients settings do not affect it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文