用于把字符串显示为粗体。
stringObject.bold();
此方法无法工作于 Internet Explorer 中。
var Str = "graybobo", s = Str.bold(); console.log( s );
>>> <b>graybobo</b>