StackOverflow 文档 github 教程 使用 Gist 公共要点 公共要点 Created: November-22, 2018 公共要点几乎可以是任何东西。 一个简单的 Javascript 函数示例: function randomInt(min, max) { return Math.floor((max - min + 1) * Math.random()) + min; } 秘密要点使用 Gist