jarvis:JARVIS 只是另一个基本的语言指令外壳 源码
JARVIS-只是另一个基本的言语指令壳(BETA) 目录 [宏和变量](#macros-and-variables 介绍 JARVIS可帮助您围绕库或API编写基本的英语包装,如下所示: // wrap your JavaScript function with an English API: jarvis . addCommand ( { command : '$number to the power of $power' , handler : ( { args : { number , power } } ) => { const result = Math . po
用户评论