可以快速上手的开发文档
计算两个圆的交点代码如下:#-*-coding:utf-8-*-importmathimportnumpyasnpdefinsec(p1,r1,p2,r2):x=p1[0]y=p1[1]R..