{$vo.c_crafts|getCraftsById|default="未知"}
解析为:echo ((isset(getcraftsbyid($vo["c_crafts"])) && (getcraftsbyid($vo["c_crafts"]) !== ""))?(getcraftsbyid($vo["c_crafts"])):"未知");
提示:Cannot use isset() on the result of a function call (you can use "null !== func()" instead)
php版本:5.5.5