Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有以下变量:
set @var = 'firstName|lastName|age|gender'
如果我打电话,
%%=v(IndexOf(@var, '|'))=%%
输出为10
10
如何在变量中找到每个索引? '|'
'|'
好问题。前几天我遇到了这个问题。
有一个函数叫做BUILDROWSETFROMSTRING()
BUILDROWSETFROMSTRING()
一探究竟