JavaScript之字符串 在JavaScript中字符串是用双引号或者单引号来表示,如下: var asni = “this is web page”; var asni = ‘this is web page’; 当 […] 2015-05-22 阅读(4183) 0