Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct {
// contains filtered or unexported fields
}
func NewBrowser ¶
func NewBrowser() *Browser
type BrowserInterface ¶
type BrowserInterface interface { // 打开一个网址 // @param string Open(string) // 前进 Forward() // 后退 Back() }
模拟浏览器的行为
Click to show internal directories.
Click to hide internal directories.