摘要:
// value 要复制的内容 function copyTitle (value) { let input = document.createElement('input') document.body.appendChild(input) input.value = value input.se 阅读全文
摘要:
1.创建内容: alt + insert 2.main方法: psvm 3.输出语句:sout 4.复制一行:ctrl + d 5.删除一行:ctrl + y 6.代码向上或向下移动: ctrl + shift + up / down 7.搜索类:ctrl + n 8.生成代码: alt + ins 阅读全文