欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

css錨點鏈接做選項卡

錢斌斌2年前12瀏覽0評論

```html

```

```css

color: #ff0000;

font-size: 16px;

text-decoration: none;

font-weight: bold;

```

```css

color: #ff0000;

font-size: 16px;

text-decoration: none;

font-weight: bold;

color: #0086b3;

```

```javascript

link.addEventListener('click', function() {

document.querySelector('body').style.color = 'red';

});

```

應用場景: