我需要帮助,以便在关闭消息框后播放声音文件

时间:2019-05-04 23:10:42

标签: batch-file vbscript

在关闭消息框后,我需要获取声音文件才能播放,但是我一生无法找到任何有效的代码。

    componentDidMount() {
        const {getData} = this.props;
        let data =  getData();
        console.log(data)      // printed empty while fetch in progress
        this.setState({pdfData : data})
        console.log(this.state.pdfData) // printed empty while fetch in progress
    }

我已经将其用作.bat文件,然后只是获取.vbs来打开它,但是单独的代码不起作用。

0 个答案:

没有答案