**位移或数据** 参数: |名称|类型|说明| |-|-|-| |num|INT|源数据| |flg|INT|位| 返回值: 字符串 ```language local tmp = other.DataOrData(num,0) --将num左移第0位的值改成1 ```