> For the complete documentation index, see [llms.txt](https://yyaozhibo.gitbook.io/qian-duan-xue-xi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yyaozhibo.gitbook.io/qian-duan-xue-xi/interview/wang-yi-you-xi.md).

# 网易游戏

### prototype

现场出题

```javascript
function func() {
    function getc() {
        alert(1);
    }
    return this;
}

var func = function () {
    alert(2)
}

func.getc = function () {
    alert(3)
}


```

### BFC

### 浏览器渲染

###
