标签: string v+
如果我有一个字符串说:
$msg = "This is a string"
我如何找到长度?
答案 0 :(得分:0)
您需要使用LEN:
LEN
$msg = "This is a string" TYPE LEN($msg)
输出:
。 16