編譯一直報錯??戳烁鞣N解決方案,都還是沒解決掉
?6:9 ? error ?Strings must use singlequote ? ? ? ? ? ? ? ? ? quotes ?
6:15 ?error ?Missing trailing comma ? ? ? ? ? ? ? ? ? ? ? ? comma-dangle ?
9:30 ?error ?Newline required at end of file but not found ?eol-last
哪路大神指教下。
?6:9 ? error ?Strings must use singlequote ? ? ? ? ? ? ? ? ? quotes ?
6:15 ?error ?Missing trailing comma ? ? ? ? ? ? ? ? ? ? ? ? comma-dangle ?
9:30 ?error ?Newline required at end of file but not found ?eol-last
哪路大神指教下。
2020-02-28
舉報
2020-10-26
提示的很明白用單引號;少了逗號;結(jié)尾加個,
2020-06-19
Strings must use singlequote -- 字符串 一定要 用 單引號???
2020-05-27
2020-05-18
2020-03-19
我也是