📄 shortcuts.js
字号:
// /**#=+// * {// * 'D': 'Date.prototype',// * '$N': 'Number'// * }// */// var D = Date.prototype,// $N = Number;// // D.locale = function(){// };// // /**// @return {string} The cardinal number string.// */// $N.nth = function(n){// };// // LOAD.file = function(){// }// // /**#=-*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -