第39页 DATA TYPES

  • 章节名:DATA TYPES
  • 页码:第39页 2014-04-04 11:10:08
17人阅读

> byhard的所有笔记(312篇)

byhard对本书的所有笔记  · · · · · ·

  • 第31页 DATA TYPES

    The typeof Operator Note that because typeof is an operator and not a function, no pare...

  • 第35页 DATA TYPES

    The Number Type 0开头表示八进制,如果解析不正确,会默认成10进制数。比如: var octalNum1...

  • 第39页 DATA TYPES
  • 第41页 DATA TYEPES

    Character Literals var text="\u03a3"; alert(text.length) //1 Converting to a String var...

  • 第46页 OPERATORS

    Unary Operators ++,-- ➤ When used on a string that is a valid representation of a nu...

说明  · · · · · ·

表示其中内容是对原文的摘抄