87,994
社区成员




<html>
<head>
</head>
<body>
1111111111111
</body>
<script type="text/javascript">
document.getElementsByTagName("body")[0].onclick = function(){
this.style.color = "red";
}
</script>
</html>
<style>
::selection{
color: red;
}
</style>