test.py

来自「Python是一种简单易学」· Python 代码 · 共 6 行

PY
6
字号
import pyUtil
import boost_pyUtil
result = pyUtil.Recognise("pyUtil input url of specific data")
print "the result is: "+ result
result = boost_pyUtil.Recognise("boost_pyUtil input url of specific data")
print "the result is: "+ result

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?