This website works better with JavaScript.
Explore
Help
Register
Sign In
pengbaohao
/
newBank
Watch
4
Star
1
Fork
You've already forked newBank
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
毕设专用git仓库
122
Commits
2
Branches
0
Tags
308 MiB
Tree:
67e3ffb4ad
newBank
/
code
/
vue
/
vue3.2
/
node_modules
/
zrender
/
lib
/
tool
/
parseXML.d.ts
2 lines
83 B
Raw
Normal View
History
Unescape
Escape
测试版前端代码
2 months ago
export
declare
function
parseXML
(
svg
:
Document
|
string
|
SVGElement
)
:
SVGElement
;