【发布时间】:2020-06-30 12:50:51
【问题描述】:
我在 digikeyboard.printIn 中写入 \ 符号时遇到问题,该行停止突出显示并输出错误
D:\documents\Arduino\powershell_write.ino:在函数'void loop()'中:
powershell_write:67:24: 错误:不完整的通用字符名称 \U
DigiKeyboard.println("$path = 'C:\Users\Public\passwords.png'");
^
powershell_write:92:24: 错误:不完整的通用字符名称 \U
DigiKeyboard.println("$ReportEmail.Attachments.Add('C:\Users\Public\passwords.png')");
^
退出状态 1 不完整的通用字符名称 \U
提前感谢帮助
【问题讨论】: