string(21) "{"docs":[],"count":0}" array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } excel字符串反转 - 爱码网
AWNUygah

1.新建空白sheet
2.alt+f11调出VB
3.插入-模块-填入自定义函数
Function REVERSE(Str As String)
REVERSE = StrReverse(Str)
End Function

分类:

技术点:

相关文章: