美文网首页
如何Debug下不报错,Rlease下报错

如何Debug下不报错,Rlease下报错

作者: 不要虚度美好的时光 | 来源:发表于2023-08-31 10:09 被阅读0次
            #if DEBUG
        return "223344" // 需要确认
            #else
            #error("Need to verify whether ID is 223344.")
        #endif

    相关文章

      网友评论

          本文标题:如何Debug下不报错,Rlease下报错

          本文链接:https://www.haomeiwen.com/subject/zkczmdtx.html