Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上,我想在一次安装后进入安装组件屏幕。就像 dbca 设置向导一样。
记下您要前往的屏幕的 ID,例如“123”,然后拨打
context.gotoScreen(context.getScreenById("123"));
在脚本中,例如另一个屏幕的验证表达式。