JavaScript 直接量&&變量 課堂筆記

1.直接量:字面量web 數值 :1,2,3,4,5,1.1,1.11,1.356,-1,-2,-3 字符串:由單雙引號包裹起來的內容 例如:'hello world' "hello world" 其餘:布爾 true/false null /\d+/g 例子:svg //直接量 alert(111); alert(1.19); alert(-5);*
相關文章
相關標籤/搜索