p5.js 数据完整参考
在 p5.js 数据中,URL字符串包含图像数据和文件的文本内容,如果文件是 JSON,则包含解析的对象,如果是 XML,则包含 p5.XML。
本地存储
- p5.js storeItem()函数
- p5.js getItem()函数
- p5.js clearStorage()函数
- p5.js removeItem()函数
字典
- p5.js createStringDict()函数
- p5.js createNumberDict()函数
- p5.TypedDict:
- p5.TypedDict create() 方法
- p5.TypedDict set() 方法
- p5.TypedDictprint() 方法
- p5.TypedDict get() 方法
- p5.TypedDict size() 方法
- p5.TypedDict clear() 方法
- p5.TypedDict remove() 方法
- p5.TypedDict hasKey() 方法
- p5.NumberDict:
- p5.NumberDict add() 方法
- p5.NumberDict mult() 方法
- p5.NumberDict div() 方法
- p5.NumberDict minKey() 方法
- p5.NumberDict minValue() 方法
- p5.NumberDict maxValue() 方法
数组函数
- p5.js append()函数
- p5.js arrayCopy()函数
- p5.js concat()函数
- p5.js reverse()函数
- p5.js 缩短()函数
- p5.js shuffle()函数
- p5.js 排序()函数
- p5.js splice()函数
- p5.js 子集()函数
转换
- p5.js float()函数
- p5.js int()函数
- p5.js str()函数
- p5.js boolean()函数
- b5.js byte()函数
- p5.js char()函数
- p5.js unchar()函数
- p5.js hex()函数
- p5.js unhex()函数
字符串函数
- p5.js 加入()函数
- p5.js nf()函数
- p5.js nfc()函数
- p5.js nfp()函数
- p5.js nfs()函数
- p5.js split()函数
- p5.js splitTokens()函数
- p5.js 修剪()函数