这个js返回值怎么获取 https://help.fanruan.com/finereport/doc-view-586.html num =FR.Msg.prompt("请输入插入行数",""); 这样好像不行
FR.Msg.prompt('标题','内容','默认值',function(value){alert(value);})
可以试一下这段代码。。
弹出框里的输入值会传给回调函数的参数,然后在回调函数里可以操作他
参考
JS实现点击单选按钮弹出对话框输入值-https://help.fanruan.com/finereport/doc-view-1211.html