sup 方法语法:示例:结果:sup 方法 把字符串显示为上标。 语法: stringObject.sup(); 示例: var Str = "KILLHAPPY"; console.log( Str.sup() ); 结果: >>> <sup>KILLHAPPY</sup>