我有一小段代码要在运行之前打印到控制台,以便用户知道该怎么做
if(Save_Data == "y"){
print("Please select the file folder where you would like the information to be populated")
file = choose.dir()
file.dir=dirname(file)
}
在choose.dir()
运行之前,有没有办法让代码在控制台中打印?
答案 0 :(得分:2)
如果希望在对话框
之前可靠地显示消息,则需要显式刷新控制台android:imeOptions="actionDone"