pub fn eval(code: &str, now_ns: u64) -> KnowledgeResult<Vec<(String, String)>>
在给定时刻求值全部变量((name, value);按代码行序)。
(name, value)