Skip to content

交互

脚本内容。

const v1 = await Input.textAsync('输入内容');

const v2 = await Input.selectAsync("单选", ['Hello', 'Hi', '你好']);

console.log(v1, v2)

运行脚本,输出区域会构建交互。

联系 math@baima.site