CPH API库
# 封装 CPH 的 API**使用:**
> 创建类:`cph = new CPH(port)` port:cph的端口
> 发送数据:`cph.send(data)` data:发送的数据,返回值:`{message : string, success : boolean, status : number}`
> 获取 codeforces 的提交:`cph.getSubmit()` 返回值:`{data : object, success : boolean, status : number}`
**额外常量:**
> 版本:`cph.version`
> 库的url:`cph.url`
页:
[1]