标签:script function target https http string lan text vps
字面量表示如何表达这个值,一般除去表达式,给变量赋值时,等号右边都可以认为是字面量。
字面量分为字符串字面量(string literal )、数组字面量(array literal)和对象字面量(object literal),另外还有函数字面量(function literal)。
示例:
var test="hello world!";
"hello world!"就是字符串字面量,test是变量名。
标签:script function target https http string lan text vps
原文地址:http://www.cnblogs.com/shiyunfront/p/7273089.html