标签: javascript html
可能重复: How to add extra info to copied web text
我试图在网站上复制文字,当我粘贴时,文字后面会出现一个句子 这是网站:http://www.markrushworth.com/css-center-unordered-list-ulli-based-menu/ 尝试复制#footer{text-align:center;list-style:none}#footer li{display:inline} 并将其粘贴在记事本中。
#footer{text-align:center;list-style:none}#footer li{display:inline}
我想知道如何做到这一点。