VB中如何检测一个字符串中有换行符?

用chr(13) & chr(10) 或vblf或vbcrlf好像都不行啊
2024-12-21 14:35:21
推荐回答(2个)
回答1:

InStr(str,vbLf)

回答2:

instr(str,vbnewline)