get_strvalue(string, name)

参数:

string, 被搜索的字符串

name, 参数名称

作用:

获取格式化字符串内的字符对应值。

示例:

{$=get_strvalue("a=1;b=2;c=3;", "b")}
返回值:2