@@ -42,6 +42,8 @@ var (
Console *console
// Browser 浏览器操作实例
Browser *browser
// StringConvert 字符串转为任意类型
StringConvert *stringConvert
)
func init() {
@@ -70,4 +72,6 @@ func init() {
"linux": "xdg-open",
},
}
// StringConvert
StringConvert = &stringConvert{}
The note is not visible to the blocked user.