📄 book.vm
字号:
This is the book of the week:
Props retrieved using new method:
Title: $props.get("title")
Author: $props.get("author")
Publisher: $props.get("publisher")
ISBN: $props.get("isbn")
Props retrieved using old method:
Title: $props2.get("title")
Author: $props2.get("author")
Publisher: $props2.get("publisher")
ISBN: $props2.get("isbn")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -