<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<script>
window.onload = function () {
var svg = document.getElementById("embed").contentDocument;
var svg2 = document.getElementById("embed").getSVGDocument()
}
</script>
<body>
<object id="embed" type="image/svg+xml" data="./地铁首页2D.svg"></object>
</body>
</html>
各位大佬