遇到visual studio控制台的问题

时间:2018-03-10 19:33:42

标签: visual-studio

为什么我的visual studio 2017一开始就退出项目控制台。 它显示了我的控制台,但它出现后就关闭了。 我在这里已经阅读了一些答案,但这对我没有帮助 这是输出屏幕:

import vue2Dropzone from 'vue2-dropzone'
import 'vue2-dropzone/dist/vue2Dropzone.css'

export default {
    name: 'app',

    components: {
        vueDropzone: vue2Dropzone
    },

    props: ['title'], // title shall update so that I can use the value as a param below

    computed:
        dropZoneOptions() { // dropZoneOptions recomputes when props.title changes
            return {
                method: 'post',
                title: this.title
            }
        }
    },
}

1 个答案:

答案 0 :(得分:0)

在代码的末尾(主要方法)使用

char a;
std::cin >> a;

等待输入内容然后关闭cmd(终端)