用法: local a = 123 --转换数据类型并直接赋值 --输入完整类名 或 类对象,输入需要转换的数据变量 local b = i:cast("String", a) syso(b) 说明: 常用于数据强制转换。