摘要: 1.核心代码 import itertools subject = ['我想', '我要'] action = ['打开', '关闭'] target = ['电视', '冰箱', '洗衣机'] for res in itertools.product(subject, action, target 阅读全文
posted @ 2022-08-30 09:11 TGZZ 阅读(50) 评论(0) 推荐(0)