|
在录制win socket 脚本的时候
lrs_send("socket0", "buf189", LrsLastArg);
lrs_receive("socket1", "buf190", LrsLastArg);
lrs_send("socket1", "buf191", LrsLastArg);
lrs_receive("socket0", "buf192", LrsLastArg);
lrs_send("socket0", "buf193", LrsLastArg);
lrs_receive("socket1", "buf194", LrsLastArg);
lrs_send("socket1", "buf195", LrsLastArg);
lrs_receive("socket1", "buf196", LrsLastArg);
lrs_send("socket1", "buf197", LrsLastArg);
lrs_receive("socket0", "buf198", LrsLastArg);
这里socket0 和socket1 是怎么回事?什么区别吗? |
|