# Functions
No description provided by the author
# Structs
站点地图文件解析
站点地图 XML 格式
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://blog.mjava.top/gof/gof-singleton/</loc>
<lastmod>2021-06-15T07:14:24.487Z</lastmod>
</url>
</urlset>
*/.
批量 URL 文件解析
文件格式:
http://example.com/index.html
http://example.com/index.html
http://example.com/index.html
每一行一个 URL 地址
*/.
# Interfaces
No description provided by the author