摘要: #include #include #include ///文件打开有o.i权限 #include #include ////bool转string #include #include using namespace std; char filename[]="game.log"; string times(){ time_t now =time(0); ... 阅读全文
posted @ 2018-06-01 14:15 Mr,Read 阅读(270) 评论(0) 推荐(0) 编辑