svgcheck.vbs

来自「《SVG开发实践》源代码」· VBS 代码 · 共 8 行

VBS
8
字号
' Copyright 1999-2000 Adobe Systems Inc. All rights reserved. Permission to redistribute
' granted provided that this file is not modified in any way. This file is provided with
' absolutely no warranties of any kind.
Function isSVGControlInstalled()
	on error resume next
	isSVGControlInstalled = IsObject(CreateObject("Adobe.SVGCtl"))
end Function

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?