|
@@ -0,0 +1,674 @@
|
|
|
+digraph g {
|
|
|
+ node [shape=box, style=filled, fillcolor=lightblue, fontname="simsun.ttc", fontsize=14];
|
|
|
+ edge [fontname="simsun.ttc", fontsize=12];
|
|
|
+ subgraph cluster_{
|
|
|
+ label = ""
|
|
|
+ 64[label = "Start "];
|
|
|
+ }
|
|
|
+ subgraph cluster__LoginActivity{
|
|
|
+ label = "_LoginActivity"
|
|
|
+ 0[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 欢迎来到记乐部
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 1[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 会员名
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 2[label = "behavior = sendKeys
|
|
|
+ arg = [张三]
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/et_username
|
|
|
+ text = 请输入会员名
|
|
|
+ className = android.widget.EditText
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 3[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 密 码
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 4[label = "behavior = sendKeys
|
|
|
+ arg = [123]
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/et_pwd
|
|
|
+ text =
|
|
|
+ className = android.widget.EditText
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 5[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_login
|
|
|
+ text = 登录
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ subgraph cluster__ExerciseListActivity{
|
|
|
+ label = "_ExerciseListActivity"
|
|
|
+ 44[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_left
|
|
|
+ text =
|
|
|
+ className = android.widget.ImageView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ subgraph cluster__RecordActivity{
|
|
|
+ label = "_RecordActivity"
|
|
|
+ 12[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_left
|
|
|
+ text =
|
|
|
+ className = android.widget.ImageView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 13[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/tv_title
|
|
|
+ text = 记一笔
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 14[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_palce
|
|
|
+ text = 地点
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 15[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_time
|
|
|
+ text = 时间
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 16[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_day
|
|
|
+ text = 2020-03-03
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 17[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 2019
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 18[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 2021
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 19[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 2
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 20[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 4
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 21[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 02
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 22[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text = 04
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 23[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = android:id/button2
|
|
|
+ text = 取消
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 24[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_money
|
|
|
+ text = 场地费
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 25[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_placemoneyflag
|
|
|
+ text = ¥
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 26[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_watermoney
|
|
|
+ text = 水费
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 27[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_watermoneyflag
|
|
|
+ text = ¥
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 28[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_badminton
|
|
|
+ text = 羽毛球
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 29[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_badmintonflag
|
|
|
+ text = 个
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 30[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_people
|
|
|
+ text = 会员
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 31[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_people
|
|
|
+ text = +
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 32[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/addr_title
|
|
|
+ text = 选择会员
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 33[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/iv_cancel
|
|
|
+ text =
|
|
|
+ className = android.widget.ImageView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 34[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/gridType
|
|
|
+ text =
|
|
|
+ className = android.widget.GridView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 35[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_nomember
|
|
|
+ text = 非会员
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 36[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_nomemberflag
|
|
|
+ text = 人
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 37[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_totalmoneyinfo
|
|
|
+ text = 总计:
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 38[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_totalmoney
|
|
|
+ text = ¥0.0
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 39[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_averagemoneyinfo
|
|
|
+ text = 每人:
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 40[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_averagemoney
|
|
|
+ text = ¥0.0
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 41[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_save
|
|
|
+ text = 保存
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 42[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_cancel
|
|
|
+ text = 取消
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ subgraph cluster__HFActivity{
|
|
|
+ label = "_HFActivity"
|
|
|
+ 57[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_appname
|
|
|
+ text = 爱羽俱乐部
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 58[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_surplus
|
|
|
+ text = 剩余会费
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 59[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_surplus_money
|
|
|
+ text = 1000.0
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 60[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_total
|
|
|
+ text = 总交会费
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 61[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_total_money
|
|
|
+ text = 1000.0
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 62[label = "behavior = sendKeyEvent
|
|
|
+ arg = [4]
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className =
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ subgraph cluster__MainActivity{
|
|
|
+ label = "_MainActivity"
|
|
|
+ 6[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_appname
|
|
|
+ text = 爱羽俱乐部
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 7[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_surplus
|
|
|
+ text = 剩余会费
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 8[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_surplus_money
|
|
|
+ text = 1000.00
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 9[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_total
|
|
|
+ text = 总交会费
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 10[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/txt_total_money
|
|
|
+ text = 1000.00
|
|
|
+ className = android.widget.TextView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 11[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_note
|
|
|
+ text = 记一笔
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 43[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_activity
|
|
|
+ text = 活动
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 45[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_member
|
|
|
+ text = 会员
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 47[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_property
|
|
|
+ text = 资产
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 48[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_onself
|
|
|
+ text = 个人信息
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 56[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_hf
|
|
|
+ text = 会费信息
|
|
|
+ className = android.widget.Button
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 63[label = "behavior = sendKeyEvent
|
|
|
+ arg = [4]
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className =
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ subgraph cluster__MemberActivity{
|
|
|
+ label = "_MemberActivity"
|
|
|
+ 46[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id = com.yao.club:id/btn_left
|
|
|
+ text =
|
|
|
+ className = android.widget.ImageView
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ subgraph cluster__MemberInfoActivity{
|
|
|
+ label = "_MemberInfoActivity"
|
|
|
+ 49[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className = android.view.View
|
|
|
+ desc = 个人信息
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 50[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className = android.view.View
|
|
|
+ desc = 会员名
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 51[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className = android.view.View
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 52[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className = android.view.View
|
|
|
+ desc = 密 码
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 53[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className = android.view.View
|
|
|
+ desc = 纳 贡
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 54[label = "behavior = click
|
|
|
+ arg = null
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className = android.view.View
|
|
|
+ desc = 类 型
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ 55[label = "behavior = sendKeyEvent
|
|
|
+ arg = [4]
|
|
|
+ index = -1
|
|
|
+ id =
|
|
|
+ text =
|
|
|
+ className =
|
|
|
+ desc =
|
|
|
+ packageName =
|
|
|
+ "];
|
|
|
+ }
|
|
|
+ 0->1;
|
|
|
+ 1->2;
|
|
|
+ 2->3;
|
|
|
+ 3->4;
|
|
|
+ 4->5;
|
|
|
+ 5->6;
|
|
|
+ 6->7;
|
|
|
+ 7->8;
|
|
|
+ 8->9;
|
|
|
+ 9->10;
|
|
|
+ 10->11;
|
|
|
+ 11->12;
|
|
|
+ 12->13;
|
|
|
+ 13->14;
|
|
|
+ 14->15;
|
|
|
+ 15->16;
|
|
|
+ 16->17;
|
|
|
+ 17->18;
|
|
|
+ 18->19;
|
|
|
+ 19->20;
|
|
|
+ 20->21;
|
|
|
+ 21->22;
|
|
|
+ 22->23;
|
|
|
+ 23->24;
|
|
|
+ 24->25;
|
|
|
+ 25->26;
|
|
|
+ 26->27;
|
|
|
+ 27->28;
|
|
|
+ 28->29;
|
|
|
+ 29->30;
|
|
|
+ 30->31;
|
|
|
+ 31->32;
|
|
|
+ 32->33;
|
|
|
+ 33->34;
|
|
|
+ 34->35;
|
|
|
+ 35->36;
|
|
|
+ 36->37;
|
|
|
+ 37->38;
|
|
|
+ 38->39;
|
|
|
+ 39->40;
|
|
|
+ 40->41;
|
|
|
+ 41->42;
|
|
|
+ 42->43;
|
|
|
+ 43->44;
|
|
|
+ 44->45;
|
|
|
+ 45->46;
|
|
|
+ 46->47;
|
|
|
+ 47->48;
|
|
|
+ 48->49;
|
|
|
+ 49->50;
|
|
|
+ 49->55;
|
|
|
+ 50->51;
|
|
|
+ 51->52;
|
|
|
+ 51->53;
|
|
|
+ 51->54;
|
|
|
+ 51->51;
|
|
|
+ 51->49;
|
|
|
+ 52->51;
|
|
|
+ 53->51;
|
|
|
+ 54->51;
|
|
|
+ 55->56;
|
|
|
+ 56->57;
|
|
|
+ 57->58;
|
|
|
+ 58->59;
|
|
|
+ 59->60;
|
|
|
+ 60->61;
|
|
|
+ 61->62;
|
|
|
+ 62->63;
|
|
|
+ 64->0;
|
|
|
+}
|