📄️ 转成"字符串"
double quotation marks
📄️ "字符串" 转成 字符串
remove double quotes
📄️ 输入的类型
typeof
📄️ undefined
undefined
📄️ null
null
📄️ 是数组
is array
📄️ 是NaN
is NaN
📄️ 是Finite
is Finite
📄️ 是undefined
is undefined
📄️ 是null
is null
📄️ 转为字符串类型
string
📄️ 转为数类型
number
📄️ 转成 Scratch 允许的类型
to scratch allowed type
📄️ 字符串截取
string slice
📄️ 返回
return for reporter | return for reporter color | return for boolean
📄️ 转成 Scratch 布尔值
to scratch boolean
📄️ 转成 JavaScript 布尔值
to js boolean
📄️ true
true
📄️ false
false
📄️ ==
==
📄️ !=
!=
📄️ ===
===
📄️ !==
!==
📄️ 整数toString
integer toString
📄️ parseInt
string parseInt
📄️ 字符串trim
string trim
📄️ 文本转链接
text to url
📄️ 链接转文本
url to text
📄️ 转大小写
to upper or lower case
📄️ 获取字符编码
charCodeAt
📄️ 编码转字符
string fromCharCode
📄️ 重复字符串
repeat
📄️ instanceof
instanceof