Introduction - If you have any usage issues, please Google them yourself
角度, 单位度(°)// nPrecision - 精度, 1:度、2:分、3:秒// Returns: 成功返回转换后的角度字符串,否则返回空// Note: 转换结果带四舍五入例:角度值 0.5° 转换结果 0°30′0″角度值 0.56789° 转换结果 0°34′4″角度值 360.5123°转换结果 360°30′44″-// Summary: Angle Change// Parameters:// dAngle - Angle, Unit(°)// nPrecision - Precisio, 1:°、2: 、3: // Returns: return the angle string if success, otherwise return nu