当前第2页 返回上一页
微信小程序已经支持了绝大部分的 ES6 API 具体表格如下:
tip
: TBS 3.0 是指微信小程序 Android 运行环境tip
: Array.values
不支持tip
: Proxy
不支持
String | iOS8 | iOS9 | iOS10 | TBS3.0 |
---|
codePointAt | | | | |
normalize | | | | |
includes | | | | |
startsWith | | | | |
endsWith | | | | |
repeat | | | | |
String.fromCodePoint | | | | |
Array | iOS8 | iOS9 | iOS10 | TBS3.0 |
---|
copyWithin | | | | |
find | | | | |
findIndex | | | | |
fill | | | | |
entries | | | | |
keys | | | | |
values | ? | | | ? |
includes | | | | |
Array.from | | | | |
Array.of | | | | |
Number | iOS8 | iOS9 | iOS10 | TBS3.0 |
---|
isFinite | | | | |
isNaN | | | | |
parseInt | | | | |
parseFloat | | | | |
isInteger | | | | |
EPSILON | | | | |
isSafeInteger | | | | |
Math | iOS8 | iOS9 | iOS10 | TBS3.0 |
---|
trunc | | | | |
sign | | | | |
cbrt | | | | |
clz32 | | | | |
imul | | | | |
fround | | | | |
hypot | | | | |
expm1 | | | | |
log1p | | | | |
log10 | | | | |
log2 | | | | |
sinh | | | | |
cosh | | | | |
tanh | | | | |
asinh | | | | |
acosh | | | | |
atanh | | | | |
Object | iOS8 | iOS9 | iOS10 | TBS3.0 |
---|
is | | | | |
assign | | | | |
getOwnPropertyDescriptor | | | | |
keys | | | | |
getOwnPropertyNames | | | | |
getOwnPropertySymbols | | | | |
Other | iOS8 | iOS9 | iOS10 | | TBS3.0 |
---|
Symbol | | | | | |
Set | | | | | |
Map | | | | | |
Proxy | ? | ? | | ? | |
Reflect | | | | | |
Promise | | | | | |
标签:微信小程序
返回前面的内容
相关阅读 >>
微信小程序工具 特殊api的调试
微信小程序api 视频-创建videocontext 对象
微信小程序api 音频-结束播放
微信小程序 分享到朋友圈(beta)
微信小程序 用户信息-获取手机号
微信小程序 api
微信小程序api 视频解码器-创建视频解码器
微信小程序 ocrbankcard
微信小程序工具 体验评分
微信小程序api 图片-保存图片
更多相关阅读请进入《微信小程序》频道 >>
人民邮电出版社
本书对 Vue.js 3 技术细节的分析非常可靠,对于需要深入理解 Vue.js 3 的用户会有很大的帮助。——尤雨溪,Vue.js作者
转载请注明出处:木庄网络博客 » 微信小程序工具细节点