尝试编译AS3项目时出现以下错误:
C:\Users\test\src\LikeText.as:10:Error: Unexpected character. '?' is not allowed here
但是我的代码没有'?'字符:
public var sleep:uint = 0; //this is the line causing the error
public var skip_payload:Boolean = false;
private var starter:World_word = null;
public var var_27:uint = 0;
知道可能导致这种情况的原因是什么?