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