Commit a9605977 by [username]

llh

parent 5c1ceffa
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="test"></div>
<script>
let time = parseInt( new Date().getTime()/86400000)
// let time = new Date().getTime()/86400000
document.getElementById('test').innerHTML = time
</script>
</body>
</html>
\ No newline at end of file
axios.defaults.baseURL = ""
axios.defaults.baseURL = ""
//请求拦截器
ServiceWorker.interceptors.request.use((config) => {
return config
}, error => {
return Promise.reject(error)
})
//响应拦截
ServiceWorker.interceptors.response.use(reponse => {
return response
}, error => {
return Promise.reject(error)
})
\ No newline at end of file
*{
*{
border: 0px;
margin: 0px;
padding: 0px;
}
input{
outline: none;
padding: 10px;
}
button{
outline: none;
padding: 10px;
background-color: rgba(180, 178, 176, 0);
border: 0px;
font-size: 18px;
color: white;
}
input::-webkit-input-placeholder{
color:black;
font-size: 20px;
}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */
color:black;
font-size: 20px;
}
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color:black;
font-size: 20px;
}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color:black;
font-size: 20px;
}
\ No newline at end of file
/* Logo 字体 */
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
}
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
@font-face {
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1645093994033') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-sousuo:before {
content: "\e752";
}
.icon-denglu:before {
content: "\e62e";
}
.icon-redu2:before {
content: "\e629";
}
.icon-redu1:before {
content: "\e62a";
}
.icon-redu3:before {
content: "\e62b";
}
!function(e){var t,n,c,o,s,i='<svg><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path d="M953.474215 908.234504l-152.576516-163.241391c61.92508-74.48211 95.81186-167.36973 95.81186-265.073744 0-229.294809-186.63531-415.930119-416.102133-415.930119-229.294809 0-415.930119 186.63531-415.930119 415.930119s186.63531 415.930119 415.930119 415.930119c60.032925 0 118.00168-12.55703 172.186125-37.327062 16.169326-7.396607 23.221905-26.318159 15.825298-42.315471-7.396607-16.169326-26.318159-23.221905-42.315471-15.825298-45.927768 20.813707-94.951789 31.478582-145.695952 31.478582-194.031917 0-351.94087-157.908953-351.94087-351.94087 0-194.031917 157.908953-351.94087 351.94087-351.94087 194.031917 0 351.94087 157.908953 351.94087 351.94087 0 91.339493-34.918864 177.86259-98.048043 243.743995-12.213002 12.729044-11.868974 33.026709 0.860071 45.239711 1.032085 0.860071 2.236183 1.204099 3.268268 2.064169 0.860071 1.204099 1.376113 2.752226 2.408198 3.956325l165.477574 177.00252c6.192508 6.70855 14.793214 10.148833 23.393919 10.148833 7.912649 0 15.653284-2.92424 21.845792-8.600706C964.827146 941.433227 965.515202 921.135562 953.474215 908.234504z" ></path></symbol><symbol id="icon-denglu" viewBox="0 0 1024 1024"><path d="M819.292 623.785c-40.844-40.844-88.387-72.547-140.151-94.102 69.587-51.392 114.809-133.97 114.809-226.921 0-155.467-126.483-281.951-281.951-281.951s-281.951 126.483-281.951 281.951c0 92.95 45.221 175.529 114.809 226.921-51.762 21.555-99.308 53.26-140.151 94.102-82.080 82.080-127.284 191.213-127.284 307.292 0 32.174 26.082 58.254 58.254 58.254s58.254-26.080 58.254-58.254c0-175.385 142.685-318.068 318.068-318.068 175.385 0 318.068 142.685 318.068 318.068 0 32.174 26.080 58.254 58.254 58.254s58.254-26.080 58.254-58.254c0-116.081-45.204-225.211-127.284-307.292zM512 137.32c91.225 0 165.442 74.218 165.442 165.442s-74.218 165.442-165.442 165.442-165.442-74.218-165.442-165.442 74.218-165.442 165.442-165.442z" ></path></symbol><symbol id="icon-redu2" viewBox="0 0 1024 1024"><path d="M394.56088 1012.659848c-60.638314-32.996693-103.951396-90.957471-106.471429-159.155887-3.543798-127.497962 92.926248-190.026302 149.942013-275.392448 81.743598-122.85165 59.378297-199.082673 59.378297-199.082674s68.198416 35.280474 107.888949 166.085981c12.363916 38.666769 14.805199 77.412289 11.025148 113.874029-6.063831 92.138737-49.455664 175.142352-49.455664 175.142351s75.601015-14.805199 96.627547-141.121894c34.729216 33.075444 66.938399 80.719834 70.560948 130.884257 6.300085 86.468661-49.376913 166.007229-133.719296 200.106437 145.925709-30.712912 250.270861-144.429439 286.181343-227.511805 45.833115-104.581404 33.390448-197.822656 25.987849-278.699992-9.922633-110.25148 32.130431-192.15258 32.130432-192.15258s-80.562332 21.57779-139.94063 111.353995c-27.247866 41.029301-38.430516 101.27386-38.430516 101.27386s6.221334-53.393217-32.287933-151.202031C695.783675 291.378913 660.896957 257.279705 639.870424 186.876259 612.701309 92.37499 673.339624 0.236253 673.339624 0.236253S433.148898 41.186803 324.078684 233.418134c-96.548796 170.653541-56.858263 273.029916-56.858264 273.029916s-40.95055-35.280474-61.977082-84.263631c-21.026532-48.825656-16.38022-93.162501-16.38022-93.162501S18.130826 501.880489 101.213191 719.233408c55.755749 152.383296 163.487195 252.47589 293.505191 293.42644" fill="#FE7A41" ></path></symbol><symbol id="icon-redu1" viewBox="0 0 1024 1024"><path d="M394.56088 1012.659848c-60.638314-32.996693-103.951396-90.957471-106.471429-159.155887-3.543798-127.497962 92.926248-190.026302 149.942013-275.392448 81.743598-122.85165 59.378297-199.082673 59.378297-199.082674s68.198416 35.280474 107.888949 166.085981c12.363916 38.666769 14.805199 77.412289 11.025148 113.874029-6.063831 92.138737-49.455664 175.142352-49.455664 175.142351s75.601015-14.805199 96.627547-141.121894c34.729216 33.075444 66.938399 80.719834 70.560948 130.884257 6.300085 86.468661-49.376913 166.007229-133.719296 200.106437 145.925709-30.712912 250.270861-144.429439 286.181343-227.511805 45.833115-104.581404 33.390448-197.822656 25.987849-278.699992-9.922633-110.25148 32.130431-192.15258 32.130432-192.15258s-80.562332 21.57779-139.94063 111.353995c-27.247866 41.029301-38.430516 101.27386-38.430516 101.27386s6.221334-53.393217-32.287933-151.202031C695.783675 291.378913 660.896957 257.279705 639.870424 186.876259 612.701309 92.37499 673.339624 0.236253 673.339624 0.236253S433.148898 41.186803 324.078684 233.418134c-96.548796 170.653541-56.858263 273.029916-56.858264 273.029916s-40.95055-35.280474-61.977082-84.263631c-21.026532-48.825656-16.38022-93.162501-16.38022-93.162501S18.130826 501.880489 101.213191 719.233408c55.755749 152.383296 163.487195 252.47589 293.505191 293.42644" fill="#D60000" ></path></symbol><symbol id="icon-redu3" viewBox="0 0 1024 1024"><path d="M394.56088 1012.659848c-60.638314-32.996693-103.951396-90.957471-106.471429-159.155887-3.543798-127.497962 92.926248-190.026302 149.942013-275.392448 81.743598-122.85165 59.378297-199.082673 59.378297-199.082674s68.198416 35.280474 107.888949 166.085981c12.363916 38.666769 14.805199 77.412289 11.025148 113.874029-6.063831 92.138737-49.455664 175.142352-49.455664 175.142351s75.601015-14.805199 96.627547-141.121894c34.729216 33.075444 66.938399 80.719834 70.560948 130.884257 6.300085 86.468661-49.376913 166.007229-133.719296 200.106437 145.925709-30.712912 250.270861-144.429439 286.181343-227.511805 45.833115-104.581404 33.390448-197.822656 25.987849-278.699992-9.922633-110.25148 32.130431-192.15258 32.130432-192.15258s-80.562332 21.57779-139.94063 111.353995c-27.247866 41.029301-38.430516 101.27386-38.430516 101.27386s6.221334-53.393217-32.287933-151.202031C695.783675 291.378913 660.896957 257.279705 639.870424 186.876259 612.701309 92.37499 673.339624 0.236253 673.339624 0.236253S433.148898 41.186803 324.078684 233.418134c-96.548796 170.653541-56.858263 273.029916-56.858264 273.029916s-40.95055-35.280474-61.977082-84.263631c-21.026532-48.825656-16.38022-93.162501-16.38022-93.162501S18.130826 501.880489 101.213191 719.233408c55.755749 152.383296 163.487195 252.47589 293.505191 293.42644" fill="#FFBF3B" ></path></symbol></svg>',d=(d=document.getElementsByTagName("script"))[d.length-1].getAttribute("data-injectcss"),r=function(e,t){t.parentNode.insertBefore(e,t)};if(d&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(e){console&&console.log(e)}}function l(){s||(s=!0,c())}function a(){try{o.documentElement.doScroll("left")}catch(e){return void setTimeout(a,50)}l()}t=function(){var e,t=document.createElement("div");t.innerHTML=i,i=null,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(e=document.body).firstChild?r(t,e.firstChild):e.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(t,0):(n=function(){document.removeEventListener("DOMContentLoaded",n,!1),t()},document.addEventListener("DOMContentLoaded",n,!1)):document.attachEvent&&(c=t,o=e.document,s=!1,a(),o.onreadystatechange=function(){"complete"==o.readyState&&(o.onreadystatechange=null,l())})}(window);
!function(e){var t,n,c,o,s,i='<svg><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path d="M953.474215 908.234504l-152.576516-163.241391c61.92508-74.48211 95.81186-167.36973 95.81186-265.073744 0-229.294809-186.63531-415.930119-416.102133-415.930119-229.294809 0-415.930119 186.63531-415.930119 415.930119s186.63531 415.930119 415.930119 415.930119c60.032925 0 118.00168-12.55703 172.186125-37.327062 16.169326-7.396607 23.221905-26.318159 15.825298-42.315471-7.396607-16.169326-26.318159-23.221905-42.315471-15.825298-45.927768 20.813707-94.951789 31.478582-145.695952 31.478582-194.031917 0-351.94087-157.908953-351.94087-351.94087 0-194.031917 157.908953-351.94087 351.94087-351.94087 194.031917 0 351.94087 157.908953 351.94087 351.94087 0 91.339493-34.918864 177.86259-98.048043 243.743995-12.213002 12.729044-11.868974 33.026709 0.860071 45.239711 1.032085 0.860071 2.236183 1.204099 3.268268 2.064169 0.860071 1.204099 1.376113 2.752226 2.408198 3.956325l165.477574 177.00252c6.192508 6.70855 14.793214 10.148833 23.393919 10.148833 7.912649 0 15.653284-2.92424 21.845792-8.600706C964.827146 941.433227 965.515202 921.135562 953.474215 908.234504z" ></path></symbol><symbol id="icon-denglu" viewBox="0 0 1024 1024"><path d="M819.292 623.785c-40.844-40.844-88.387-72.547-140.151-94.102 69.587-51.392 114.809-133.97 114.809-226.921 0-155.467-126.483-281.951-281.951-281.951s-281.951 126.483-281.951 281.951c0 92.95 45.221 175.529 114.809 226.921-51.762 21.555-99.308 53.26-140.151 94.102-82.080 82.080-127.284 191.213-127.284 307.292 0 32.174 26.082 58.254 58.254 58.254s58.254-26.080 58.254-58.254c0-175.385 142.685-318.068 318.068-318.068 175.385 0 318.068 142.685 318.068 318.068 0 32.174 26.080 58.254 58.254 58.254s58.254-26.080 58.254-58.254c0-116.081-45.204-225.211-127.284-307.292zM512 137.32c91.225 0 165.442 74.218 165.442 165.442s-74.218 165.442-165.442 165.442-165.442-74.218-165.442-165.442 74.218-165.442 165.442-165.442z" ></path></symbol><symbol id="icon-redu2" viewBox="0 0 1024 1024"><path d="M394.56088 1012.659848c-60.638314-32.996693-103.951396-90.957471-106.471429-159.155887-3.543798-127.497962 92.926248-190.026302 149.942013-275.392448 81.743598-122.85165 59.378297-199.082673 59.378297-199.082674s68.198416 35.280474 107.888949 166.085981c12.363916 38.666769 14.805199 77.412289 11.025148 113.874029-6.063831 92.138737-49.455664 175.142352-49.455664 175.142351s75.601015-14.805199 96.627547-141.121894c34.729216 33.075444 66.938399 80.719834 70.560948 130.884257 6.300085 86.468661-49.376913 166.007229-133.719296 200.106437 145.925709-30.712912 250.270861-144.429439 286.181343-227.511805 45.833115-104.581404 33.390448-197.822656 25.987849-278.699992-9.922633-110.25148 32.130431-192.15258 32.130432-192.15258s-80.562332 21.57779-139.94063 111.353995c-27.247866 41.029301-38.430516 101.27386-38.430516 101.27386s6.221334-53.393217-32.287933-151.202031C695.783675 291.378913 660.896957 257.279705 639.870424 186.876259 612.701309 92.37499 673.339624 0.236253 673.339624 0.236253S433.148898 41.186803 324.078684 233.418134c-96.548796 170.653541-56.858263 273.029916-56.858264 273.029916s-40.95055-35.280474-61.977082-84.263631c-21.026532-48.825656-16.38022-93.162501-16.38022-93.162501S18.130826 501.880489 101.213191 719.233408c55.755749 152.383296 163.487195 252.47589 293.505191 293.42644" fill="#FE7A41" ></path></symbol><symbol id="icon-redu1" viewBox="0 0 1024 1024"><path d="M394.56088 1012.659848c-60.638314-32.996693-103.951396-90.957471-106.471429-159.155887-3.543798-127.497962 92.926248-190.026302 149.942013-275.392448 81.743598-122.85165 59.378297-199.082673 59.378297-199.082674s68.198416 35.280474 107.888949 166.085981c12.363916 38.666769 14.805199 77.412289 11.025148 113.874029-6.063831 92.138737-49.455664 175.142352-49.455664 175.142351s75.601015-14.805199 96.627547-141.121894c34.729216 33.075444 66.938399 80.719834 70.560948 130.884257 6.300085 86.468661-49.376913 166.007229-133.719296 200.106437 145.925709-30.712912 250.270861-144.429439 286.181343-227.511805 45.833115-104.581404 33.390448-197.822656 25.987849-278.699992-9.922633-110.25148 32.130431-192.15258 32.130432-192.15258s-80.562332 21.57779-139.94063 111.353995c-27.247866 41.029301-38.430516 101.27386-38.430516 101.27386s6.221334-53.393217-32.287933-151.202031C695.783675 291.378913 660.896957 257.279705 639.870424 186.876259 612.701309 92.37499 673.339624 0.236253 673.339624 0.236253S433.148898 41.186803 324.078684 233.418134c-96.548796 170.653541-56.858263 273.029916-56.858264 273.029916s-40.95055-35.280474-61.977082-84.263631c-21.026532-48.825656-16.38022-93.162501-16.38022-93.162501S18.130826 501.880489 101.213191 719.233408c55.755749 152.383296 163.487195 252.47589 293.505191 293.42644" fill="#D60000" ></path></symbol><symbol id="icon-redu3" viewBox="0 0 1024 1024"><path d="M394.56088 1012.659848c-60.638314-32.996693-103.951396-90.957471-106.471429-159.155887-3.543798-127.497962 92.926248-190.026302 149.942013-275.392448 81.743598-122.85165 59.378297-199.082673 59.378297-199.082674s68.198416 35.280474 107.888949 166.085981c12.363916 38.666769 14.805199 77.412289 11.025148 113.874029-6.063831 92.138737-49.455664 175.142352-49.455664 175.142351s75.601015-14.805199 96.627547-141.121894c34.729216 33.075444 66.938399 80.719834 70.560948 130.884257 6.300085 86.468661-49.376913 166.007229-133.719296 200.106437 145.925709-30.712912 250.270861-144.429439 286.181343-227.511805 45.833115-104.581404 33.390448-197.822656 25.987849-278.699992-9.922633-110.25148 32.130431-192.15258 32.130432-192.15258s-80.562332 21.57779-139.94063 111.353995c-27.247866 41.029301-38.430516 101.27386-38.430516 101.27386s6.221334-53.393217-32.287933-151.202031C695.783675 291.378913 660.896957 257.279705 639.870424 186.876259 612.701309 92.37499 673.339624 0.236253 673.339624 0.236253S433.148898 41.186803 324.078684 233.418134c-96.548796 170.653541-56.858263 273.029916-56.858264 273.029916s-40.95055-35.280474-61.977082-84.263631c-21.026532-48.825656-16.38022-93.162501-16.38022-93.162501S18.130826 501.880489 101.213191 719.233408c55.755749 152.383296 163.487195 252.47589 293.505191 293.42644" fill="#FFBF3B" ></path></symbol></svg>',d=(d=document.getElementsByTagName("script"))[d.length-1].getAttribute("data-injectcss"),r=function(e,t){t.parentNode.insertBefore(e,t)};if(d&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(e){console&&console.log(e)}}function l(){s||(s=!0,c())}function a(){try{o.documentElement.doScroll("left")}catch(e){return void setTimeout(a,50)}l()}t=function(){var e,t=document.createElement("div");t.innerHTML=i,i=null,(t=t.getElementsByTagName("svg")[0])&&(t.setAttribute("aria-hidden","true"),t.style.position="absolute",t.style.width=0,t.style.height=0,t.style.overflow="hidden",t=t,(e=document.body).firstChild?r(t,e.firstChild):e.appendChild(t))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(t,0):(n=function(){document.removeEventListener("DOMContentLoaded",n,!1),t()},document.addEventListener("DOMContentLoaded",n,!1)):document.attachEvent&&(c=t,o=e.document,s=!1,a(),o.onreadystatechange=function(){"complete"==o.readyState&&(o.onreadystatechange=null,l())})}(window);
\ No newline at end of file
{
{
"id": "",
"name": "",
"font_family": "iconfont",
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "577365",
"name": "搜索",
"font_class": "sousuo",
"unicode": "e752",
"unicode_decimal": 59218
},
{
"icon_id": "975307",
"name": "登录",
"font_class": "denglu",
"unicode": "e62e",
"unicode_decimal": 58926
},
{
"icon_id": "15696921",
"name": "热度2",
"font_class": "redu2",
"unicode": "e629",
"unicode_decimal": 58921
},
{
"icon_id": "15696926",
"name": "热度1",
"font_class": "redu1",
"unicode": "e62a",
"unicode_decimal": 58922
},
{
"icon_id": "15696953",
"name": "热度3",
"font_class": "redu3",
"unicode": "e62b",
"unicode_decimal": 58923
}
]
}
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>js创建子节点</title>
</head>
<body>
<button id="abc"> 点击</button>
</body>
<script type="text/javascript">
document.getElementById('abc').addEventListener('click',()=>{
window.location.href = 'https://m.html.cn/qa/javascript/11749.html'
})
</script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment