把字符串显示为小号字体。
stringObject.small();
var Str = "KILLHAPPY", s = Str.small(); console.log( s );
>>> <small>KILLHAPPY</small>