"String Literal".italics( )
下面的示例说明了 italics 方法是如何工作的:
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)var strVariable = "This is a string";strVariable = strVariable.italics( );
最后一条语句执行完后,strVariable 的值是:
IThis is a string/I
不检查该标记是否已经被应用于该字符串了。
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)