StackOverflow 文件 github 教程 使用 Gist 公共要點 公共要點 Created: November-22, 2018 公共要點幾乎可以是任何東西。 一個簡單的 Javascript 函式示例: function randomInt(min, max) { return Math.floor((max - min + 1) * Math.random()) + min; } 祕密要點使用 Gist