我的管理员用户可能会搜索“@MG @EB dorchester”。
在ASP中,我需要计算字符串中出现符号“@”的次数。怎么可能?
len(yourString) - len(replace(yourString,"@",""))