update README.md.

This commit is contained in:
shenmo 2020-10-27 17:26:56 +08:00 committed by Gitee
parent 32bc272791
commit f5788efb47

@ -135,7 +135,7 @@ void Widget::openUrl(QUrl u)
```
## Tags处理方式
** Tags处理方式**
**Tags处理方式**
```cpp
// widget.cpp
QString tags=json["Tags"].toString(); //Read the Tags
@ -158,7 +158,7 @@ QString tags=json["Tags"].toString(); //Read the Tags
if(tagList[i]=="a2d")
ui->tag_a2d->show();
}
```cpp
```
**Widget 初始化**
```cpp