1.0数组写法
1 2 3 4 5 6
| *FINAL VERSION #<get|set><User|Group><Today|Conf> <Object> <Ng> [Value] *例1,获取2753364619用户的jrrp: #getUserToday 2753364619 jrrp *例2,特别地,清空: #setUserConf 2753364619 好感度 nil
|
2.0函数写法
1 2 3 4 5 6
| *Ver:2.0 #<get|set><User|Group><Today|Conf>(<Object>,<Ng>[,Value]) *例1,获取2753364619用户的jrrp: #getUserToday("2753364619","jrrp",0) *例2,清空操作: #setUserConf("2753364619","好感度",nil)
|