1.新建空白sheet
2.alt+f11调出VB
3.插入-模块-填入自定义函数
Function REVERSE(Str As String)
REVERSE = StrReverse(Str)
End Function
相关文章:
string(21) "{"docs":[],"count":0}" array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) }
1.新建空白sheet
2.alt+f11调出VB
3.插入-模块-填入自定义函数
Function REVERSE(Str As String)
REVERSE = StrReverse(Str)
End Function
相关文章: