✌🏼字符串练习题
00 min
2024-4-24
2024-5-19
type
status
date
slug
summary
tags
category
icon
password

1. 文本分割

1.1 将字符串:"这是一条{MASK}评论:{textA}。" 分割成:['这', '是', '一', '条', 'MASK', '评', '论', ':', 'textA', '。']
1.2 将字符串中括号内容,用inputs_dict = {"textA": "这个手机也太卡了", "MASK": "[MASK]"}进行替换