发个水贴字符串截取的方法substring

var k =Math.pow(2,9)*25;
var s = k.toString().substring(3,1);
console.log(s)
打印输出 28 惊呆了