1 Star 8 Fork 4

不懂d叛逆/pyccjh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__init__.py 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
linap 提交于 2015-02-07 14:32 +08:00 . 添加异常显示
#! /usr/bin/python3
# -*- coding: utf-8 -*-
import pyccjh
IP = "127.0.0.1"
Server = "123.56.105.37"
Port = 6600
ID = "1003"
Password = "111666"
ccjh = pyccjh.pyccjh(Server, Port, IP, ID, Password)
ccjh.Connect()
cmd = input()
while cmd != "stop":
ccjh.Cmd(cmd)
try:
cmd = input()
except:
break
ccjh.DisConnect()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/panlizzx/pyccjh.git
git@gitee.com:panlizzx/pyccjh.git
panlizzx
pyccjh
pyccjh
master

搜索帮助