把字符串显示为上标。
stringObject.sup();
var Str = "KILLHAPPY"; console.log( Str.sup() );
>>> <sup>KILLHAPPY</sup>