字符串与类型输入的类型本页总览输入的类型typeof 获取输入内容的类型。 输入类型v:any 返回类型始终为 String 使用示例 源码/categorys/string_and_type.js {//2.0.0 opcode: `${category_id}.typeof`, messageId: `${category_id}.typeof`, categoryId: category_id, type: type.BlockType.REPORTER, param: { v: { type: undefined, } }, function: (args,util)=> typeof args.v },