欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

JScript  

Microsoft JScript 特性 - ECMA

下表列出了符合 ECMA 標準的 JScript 功能。

種類 特性/關鍵字
數(shù)組處理 Array
join、lengthreverse、sort
賦值 賦值 (=)
復合賦值(OP=)
Boolean Boolean
注釋 /*...*/ 或 //
常數(shù)/文字 NaN
null
true、false
Infinity
未定義
控制流 Break
continue
for
for...in
if...else
return
while
日期和時間 Date
getDate、getDay、getFullYear、getHours、getMillisecondsgetMinutes、getMonth、getSeconds、getTime、getTimezoneOffset、getYear、
getUTCDate、getUTCDaygetUTCFullYear、getUTCHoursgetUTCMilliseconds、getUTCMinutes、getUTCMonthgetUTCSeconds、
setDate、setFullYearsetHours、setMilliseconds、setMinutes、setMonth、setSeconds、setTime、setYear、
setUTCDate、setUTCFullYear、setUTCHours、setUTCMilliseconds、setUTCMinutessetUTCMonth、setUTCSeconds
toGMTString、toLocaleString、toUTCString、parseUTC
聲明 Function
new
this
var
with
函數(shù)創(chuàng)建 Function
argumentslength
Global 方法 Global
escape、unescape
eval
isFinite、isNaN
parseInt、parseFloat
數(shù)學 Math
abs、acos、asin、atan、atan2、ceil、cos、exp、floor、log、max、minpow、random、round、sin、sqrt、tan、
E、LN2、LN10、LOG2E、LOG10E、PI、SQRT1_2、SQRT2
數(shù)字 Number
MAX_VALUEMIN_VALUE
NaN
NEGATIVE_INFINITY、POSITIVE_INFINITY
對象創(chuàng)建 Object
new
constructorprototype、instanceoftoString、valueOf
運算符 加法 (+)、減法 (-)
算術取模 (%)
乘 (*)、除 (/)
負 (-)
相等 (==)、不相等 (!=)
小于 (<)、小于等于 (<=)
大于 (>)
大于等于 (>=)
邏輯與(&&)或 (||)、非 (!)
位與 (&)、或 (|)、非 (~)、異或 (^)
位左移 (<<)、右移 (>>)
無符號右移 (>>>)
條件 (?:)
逗號 (,)
deletetypeof、void
遞減 ( — )、遞增 (++)
對象 Array
Boolean
Date
Function
Global
Math
Number
Object
String
字符串 String
charAt、charCodeAtfromCharCode
indexOf、lastIndexOf
split
toLowerCasetoUpperCase
length