问题描述
请问任何人请解释一下什么是服务器端java脚本和客户端java脚本
Will any one please explain me what is server side java script and client side java script
因为我最近听说过livewire javascript是服务器端和导航器javascript是客户端支付。
Because i recently heard about livewire javascript is server side and navigator javascript is client side.
请任何人解释我的差异
提前致谢
Fero
推荐答案
有三种主要类型的JavaScript:
There are 3 major types of JavaScript namely:
-
客户端JavaScript(CSJS) - JavaScript的扩展版本,可以增强和操作网页和客户端浏览器
Client-Side JavaScript (CSJS) -- an extended version of JavaScript that enables the enhancement and manipulation of web pages and client browsers
服务器端JavaScript(SSJS) - JavaScript的扩展版本,支持对数据库,文件系统和服务器的后端访问
Server-Side JavaScript (SSJS) -- an extended version of JavaScript that enables back-end access to databases, file systems, and servers
核心JavaScript - 基本JavaScript语言
Core JavaScript -- the base JavaScript language
客户端JavaScript(CSJS)和服务器端JavaScript(SSJS)依赖于核心JavaScript,没有它就无法工作。
Client-Side JavaScript (CSJS) and Server-Side JavaScript (SSJS) are dependent on the core JavaScript and cannot work without it.
这篇关于什么是客户端JavaScript和什么是服务器端JavaScript?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!