把字符串显示为斜体。
stringObject.italics();
var Str = "graybobo", s = Str.italics(); console.log( s );
>>> <i>graybobo</i>