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