对比邻是正切(tan) 正切为5/10 可以知道对应的角度为26.6度
var ang = Math.atan2(5,10) * 180 / Math.PI;console.log(ang);// 26.56505117707799