微信小程序 JavaScript支持情況

2022-05-11 15:26 更新

JavaScript 支持情況

運行限制

基于安全考慮,小程序中不支持動態(tài)執(zhí)行 JS 代碼,即:

  • 不支持使用 eval 執(zhí)行 JS 代碼
  • 不支持使用 new Function 創(chuàng)建函數(shù)

客戶端 ES6 API 支持情況

微信小程序已經(jīng)支持了絕大部分的 ES6 API,已支持的 API 如下(部分API依賴系統(tǒng)版本):

String iOS8 iOS9 iOS10+ Android
codePointAt
normalize ? ?
includes
startsWith
endsWith
repeat
String.fromCodePoint
Array iOS8 iOS9 iOS10+ Android
copyWithin
find
findIndex
fill
entries
keys
values ? ?
includes ?
Array.from
Array.of
Number iOS8 iOS9 iOS10+ Android
isFinite
isNaN
parseInt
parseFloat
isInteger
EPSILON
isSafeInteger
Math iOS8 iOS9 iOS10+ Android
trunc
sign
cbrt
clz32
imul
fround
hypot
expm1
log1p
log10
log2
sinh
cosh
tanh
asinh
acosh
atanh
Object iOS8 iOS9 iOS10+ Android
is
assign
getOwnPropertyDescriptor
keys
getOwnPropertyNames
getOwnPropertySymbols

Other iOS8 iOS9 iOS10+ Android
Symbol
Set
Map
Proxy ? ? ?
Reflect
Promise


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號