mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现系统管理表格操作接口、分页操作
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
std::string str = "用户编号";
|
||||
int a = str.size();
|
||||
int b = str.length();
|
||||
|
||||
int x = 5/10 + int(6%10 != 0);
|
||||
|
||||
// 设置控制台输出为 UTF-8 编码
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
// 设置控制台输入为 UTF-8 编码(如果需要输入中文)
|
||||
|
||||
Reference in New Issue
Block a user