基本信息
源码名称:python3.2实现即时标记
源码大小:0.01M
文件格式:.rar
开发语言:Python
更新时间:2023-07-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
python3.2实现即时标记
假设你从一个不想写HTML代码的人那里得到了一个文件,希望将它作为一个网页来使用,那么你恐怕不想自己动手为文档添加所需的全部标签,而是让程序自动完成。


文件清单
└── TimeStamp
    ├── handlers.py
    ├── handlers.pyc
    ├── markup.py
    ├── prototype
    │   ├── simple_markup.py
    │   ├── test_input.txt
    │   ├── test_output.html
    │   └── util.py
    ├── __pycache__
    │   ├── handlers.cpython-32.pyc
    │   ├── rules.cpython-32.pyc
    │   └── util.cpython-32.pyc
    ├── rules.py
    ├── rules.pyc
    ├── test_input.txt
    ├── test_output.html
    ├── util.py
    └── util.pyc

3 directories, 16 files