提交 4d31d9f3 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-for-android.md

上级 bca6ca2d
......@@ -443,6 +443,15 @@ options.success?.(res)
#### 4.1.10 界面跳转写法
android开发中场景的 intent跳转需要传入 目标界面的class对象,目前UTS中仅支持一种写法
```uts
let intent = new Intent(getUniActivity(),DemoActivity().javaClass);
getUniActivity()!.startActivity(intent);
```
---------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册