1. 首页
  2. 数据库
  3. 其它
  4. tomorrow_web:网络实用程序 源码

tomorrow_web:网络实用程序 源码

上传者: 2021-04-21 14:00:06上传 ZIP文件 192.43KB 热度 5次
网络实用程序 除错 import debug from 'tomorrow_web/debug'; const params = { seconds: 0, options: ['A', 'B', 'C'], clickCount: 0 }; debug.addInput(undefined, params, 'seconds', { label: 'Seconds' }).listen(); debug.addOptions(undefined, params, 'options', params.options, (value: any, index: number) => { console.log(`Option: #${index}, ${value}'); }); debug.addButton(undefined, 'Click', (
下载地址
用户评论