参考 get()

get()

Returns the value stored at the given key.

示例

语法

get(the)

参数

the
Number|String:

key you want to access

Returns

Number|String: the value stored at that key
Notice any errors or typos? Please let us know. Please feel free to edit src/data/p5.TypedDict.js and open a pull request!

相关参考