12 2019 档案

摘要:1.写好一个test.py用作调用 2.编写html代码,test.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script language="javascript"> function exec1(command) { v 阅读全文
posted @ 2019-12-26 11:37 测试的小七七 阅读(10486) 评论(2) 推荐(0)
摘要:1.import web pip install web.py==0.40.dev0 下载好后,修改 将第526行的 yield next(seq)1 修改为 try: yield next(seq) except StopIteration: return 2.建一个启动py import web 阅读全文
posted @ 2019-12-24 19:42 测试的小七七 阅读(1958) 评论(0) 推荐(0)