Appearance
//Node版引擎导入方式 import core from 'cheese-node'; //JS版引擎导入方式 const core = require('cheese-js');
exec(command: string): string
参数:
string
返回值:
用法示例:
const shell = core.shell; shell.exec("input tap 200 300")