fixed 方法

把字符串显示为打字机字体。

语法:
  1. stringObject.fixed();
示例:
  1. var Str = "graybobo",
  2. s = Str.fixed();
  3. console.log( s );
结果:
  1. >>>
  2. <tt>graybobo</tt>