mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update md
This commit is contained in:
parent
33aabf197d
commit
c73fa824ce
2 changed files with 6 additions and 0 deletions
|
|
@ -180,5 +180,8 @@ func main() {
|
|||
if abool == 0 {
|
||||
Println("ok@@@", "ok")
|
||||
}
|
||||
|
||||
title:=robotgo.GetTitle()
|
||||
Println("title@@@", "title")
|
||||
}
|
||||
```
|
||||
|
|
@ -176,5 +176,8 @@ func main() {
|
|||
if abool == 0 {
|
||||
Println("ok@@@", "ok")
|
||||
}
|
||||
|
||||
title:=robotgo.GetTitle()
|
||||
Println("title@@@", "title")
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue