摘要:
数据驱动+关键字驱动=混合驱动 #数据驱动模型 import traceback #测试数据 with open("D:\\aaa.txt") as fp: data = fp.readlines() #被测试对象 def add(a, b): return a+b def sub(a,b): re 阅读全文
posted @ 2020-04-15 20:04
海澜时见鲸
阅读(144)
评论(0)
推荐(0)
摘要:
html_doc = '''<html> <head></head> <body> <bookstore> <book category="COOKING"> <title lang="en">Everyday Italian</title> <author>Giada De Laurentiis< 阅读全文
posted @ 2020-04-15 12:37
海澜时见鲸
阅读(256)
评论(0)
推荐(0)