码迷,mamicode.com
首页 > 编程语言 > 详细

在JavaScript里的“对象字面量”是什么意思?

时间:2017-08-02 13:22:22      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:script   function   target   https   http   string   lan   text   vps   

字面量表示如何表达这个值,一般除去表达式,给变量赋值时,等号右边都可以认为是字面量
字面量分为字符串字面量(string literal )、数组字面量(array literal)和对象字面量(object literal),另外还有函数字面量(function literal)。
示例:
var test="hello world!";
"hello world!"就是字符串字面量,test是变量名。

在JavaScript里的“对象字面量”是什么意思?

标签:script   function   target   https   http   string   lan   text   vps   

原文地址:http://www.cnblogs.com/shiyunfront/p/7273089.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!