Class VbsBeautifier 'VbsBeautifier類 Private quoted, comments, code, indents Private ReservedWord, BuiltInFunction, BuiltInConstants, VersionInfo '公共方法 '格式化字符串 Public Function Beautify(ByVal input) code = input code = Replace(code, vbCrLf, vbLf) Call GetQuoted() Call GetComments() Call...
www.dbjr.com.cn/article/556...htm 2025-5-25