GRip 怎么获取实体的名称信息
用Grip怎么获取实体的名称信息请大神赐教啊
entity/box1,box2
string/na(32)
l10:
ident/'选择实体',box1,resp
jump/l10:,end:,,,resp
l20:
na=&name(box1)$$提取实体名称
l30:
ident/'选择第二个实体',box2,resp
jump/l10:,end:,,,resp
&name(box2)=na
end:
halt
这个是你要的吗? toshi008 发表于 2015-10-11 09:39
entity/box1,box2
string/na(32)
是的非常感谢
页:
[1]