按照指定的尺寸来显示字符串。
stringObject.fontsize( size );
size - 必需。从 1 至 7 的数字。
var Str = "graybobo", s = Str.fontsize( 3 ); console.log( s );
>>> <font size="3">graybobo</font>