摘要: 跟着b站上的视频来学 首先什么是vue.js? 跟着b站上视频来学:(o゚v゚)ノ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script s 阅读全文
posted @ 2019-05-29 15:45 会打架的程序员不是好客服 阅读(226) 评论(0) 推荐(0)
摘要: 多光标同时编辑 :Shift + ctrl + alt + 鼠标左键 对就是这么简单... 快速选中一个词:ctrl + w ,继续按 ctrl + w 时会自动判断扩大你想选的范围。 ctrl + shift + w 缩小范围。 指定选中前/后面的整个词: ctrl +shift + ←/→ 快速 阅读全文
posted @ 2019-05-29 12:24 会打架的程序员不是好客服 阅读(342) 评论(0) 推荐(0)