C# 添加引用inputbox 使用弹窗输入

在引用里添加Microsoft.VisualBasic

using Microsoft.VisualBasic;

string strPassWord = Interaction.InputBox("你的提示内容", "你的弹框标题", "", -1, -1);

 

posted @ 2020-06-15 10:05  芈璐  阅读(799)  评论(0编辑  收藏  举报