🌈 搜索
📅  最后修改于: 2022-03-11 15:04:22.884000             🧑  作者: Mango
function distance(x1, y1, x2, y2) { return Math.hypot(x2-x1, y2-y1) }