函数方法

http://www.cnblogs.com/Garven/p/5759289.html#3862864

1.atan2() 方法可返回从 x 轴到点 (x,y) 之间的角度。语法: Math.atan2(y,x);

2.Math.PI   返回圆周率      

3.encodeURI() 函数可把字符串作为 URI 进行编码。该方法不会对 ASCII 字母和数字进行编码,也不会对这些 ASCII 标点符号进行编码: - _ . ! ~ * ' ( ) 。


原文地址:https://www.cnblogs.com/wanan-01/p/8032470.html