📄 jsoutn5
字号:
//begin item title document.write('<a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" '); //fill link title var re = /([\"\n\\])/g; var desc = item.title; desc=desc.replace(re, ""); re = /<[\s\S]+?>/g; desc = desc.replace(re, ""); desc=item.pubDate+":"+desc; document.write('title="'+desc+'" '); //fill link url document.write('href="'+item.link+'">'); //fill title text document.write(item.title); //end item title document.write('</a>'); //end item
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -