with (m = Math) { //Math里面的是他的属性 C = cos, S = sin, P = pow, R = random; } 这样Math.cos() 就可以直接写成 C()啦,其他的同理