var v:Int;
#if _COND//不知道怎么定义,但是可以#if
v = 1;
#else
v = 2;
#endif
println(v);//2
原文链接:https://www.f2er.com/swift/326852.htmlvar v:Int;
#if _COND//不知道怎么定义,但是可以#if
v = 1;
#else
v = 2;
#endif
println(v);//2
原文链接:https://www.f2er.com/swift/326852.html