commit
This commit is contained in:
parent
454c8ddb56
commit
f56e9cbc68
6
docs.md
6
docs.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
sqrtools 的接口调用指南。
|
sqrtools 的接口调用指南。
|
||||||
|
|
||||||
当前版本:**24m03a**
|
当前 API 版本:**1**
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
@ -11,10 +11,12 @@ sqrtools 的接口调用指南。
|
|||||||
[sqrtools 网页](https://sqrt2802.github.io/sqrtools/)提供的的 pyc 文件可以作为 python 库文件使用。把它和你的代码放在同一个文件夹(也可以是 `sys.path` 中的任意目录)中,并直接在你的代码中导入即可:
|
[sqrtools 网页](https://sqrt2802.github.io/sqrtools/)提供的的 pyc 文件可以作为 python 库文件使用。把它和你的代码放在同一个文件夹(也可以是 `sys.path` 中的任意目录)中,并直接在你的代码中导入即可:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import sqrtools-24m03a-py39 as sqrtools
|
import sqrtoolsfile as sqrtools #导入 sqrtoolsfile.pyc 文件
|
||||||
my_awesome_name=sqrtools.Name() #创建一个新的空白名字
|
my_awesome_name=sqrtools.Name() #创建一个新的空白名字
|
||||||
```
|
```
|
||||||
|
|
||||||
|
你可以通过 `sqrtools.SQRTOOLS_API_VERSION` 来查看接口版本。本篇文档适用的版本号已在开始处声明,你需要寻找一个与你的 sqrtools 适配的文档。
|
||||||
|
|
||||||
sqrtools 的主要功能是名为 `Name` 的 python 类。
|
sqrtools 的主要功能是名为 `Name` 的 python 类。
|
||||||
|
|
||||||
#### Name 类型属性
|
#### Name 类型属性
|
||||||
|
Reference in New Issue
Block a user