---------------------------
quicker-新建文件-0F02ED57B025312B09BD4FD6725794E8D254E6CE.ahk
---------------------------
Error: This character is not allowed here.
Specifically: ")
Line#
003: SetBatchLines,-1
010: FileArg := A_Args[1] ? A_Args[1] : "txt"
011: FileArg := Trim(FileArg, " ")
---> 014: FileArg := StrReplace(FileArg, "銆�, ".")
016: DefaultType := "txt"
017: FileType := ""
018: BaseName := ""
021: Switch,FileArg
021: {
023: Default:
024: FileType := "docx"
The program will exit.
---------------------------
确定
---------------------------
文档编码的问题,"銆�, 应该是 "。",
原先使用度 UTF-8 不带BOM,修改成 带BOM 不知是否可行