p5.js IO 完整参考
p5.js IO是基于传输的跨浏览器/跨设备双向通信层的实现。输入和输出功能如下所述。
输入
- p5.js loadJSON()函数
- p5.js loadStrings()函数
- p5.js loadTable()函数
- p5.js loadXML()函数
- p5.js loadBytes()函数
- p5.js httpGet()函数
- p5.js httpPost()函数
- p5.js httpDo()函数
输出
- p5.js createWriter()函数
- p5.js save()函数
- p5.js saveJSON()函数
- p5.js saveStrings()函数
- p5.js saveTable()函数
桌子
- p5.表
- p5.Table matchRows()函数
- p5.Table clearRows()函数
- p5.Table findRow()函数
- p5.table findRows()函数
- p5.Table set()函数
- p5.Table removeRow()函数
- p5.Table get()函数
- p5.Table getRows()函数
- p5.Table removeTokens()函数
- p5.Table getString()函数
- p5.Table getRowCount()函数
- p5.TableRow
- p5.TableRow get()函数
- p5.TableRow getString()函数
- p5.TableRow setString()函数
- p5.TableRow getNum()函数
- p5.TableRow setNum()函数
- p5.TableRow set()函数
时间和日期
- p5.js day()函数
- p5.js 小时()函数
- p5.js minute()函数
- p5.js millis()函数
- p5.js month()函数
- p5.js second()函数
- p5.js year()函数