07 2023 档案
摘要:canvas.style = `touch-action: none; width:{ height }px; cursor: inherit;`;
阅读全文
摘要:CommonJS 是一种后端js规范,是nodejs遵循的一种编写js模块的规范引入模块 require('模块路径')定义模块 exports.模块名= function(){ //some code ... } AMD 是一种前端端js规范,依赖前置 (require.js) 引入模块 requ
阅读全文
摘要:文件操作:查找文件:Command + P查找声名:Command + Shift + O 编辑操作:查找:Command + F替换:Command + Option + F全局查找:Command + Shift + F全局替换:Command + Shift + H自动import:Optio
阅读全文