📄 item.cpp.html
字号:
<html>
<head>
<title>item.cpp</title>
</head>
<body>
<pre> 1 #include "item.h"
2
3 double Item::get_total_price() const
4 {
5 return get_quantity() * get_unit_price();
6 }
7
8 Item::~Item() {}</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -