返回 Math 对象源代码的字符串。
Math.toSource();
该方法在 Internet Explorer 中无效。
var s = Math.toSource(); console.log( s ); console.log( typeof s );
>>> Math string