关于Scala中的String Interpolation
Scala provides two other string interpolators by default: raw and f. The raw string interpolator behaves?like s,except it does not recognize character literal escape sequences In Scala,string interpolation is implemented by rewriting code at compile time. The compiler will treat?any expression consisting of an identifier followed immediately by the open double quote of a string?literal as a string interpolator expression. The s,f,and raw string interpolators are implemented via this?general mechanism. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |