// Open document tab and check exist.
if err := OpenTab("Halo的主页"); err != nil {
    fmt.Println("Oops! 404 Error.")
}