把字符串显示为打字机字体。
stringObject.fixed();
var Str = "graybobo", s = Str.fixed(); console.log( s );
>>> <tt>graybobo</tt>