提交 d729c4ba 编写于 作者: D DCloud_LXH

chore: language

上级 24d3e01d
......@@ -105,7 +105,7 @@ onAppActivityRequestPermissionsResult((requestCode: number,permissions: MutableL
部分三方sdk 使用java开发,要求继承/实现的方法参数为 string[]类型,这种情况比较特殊,需要将kotlin.Array先进行别名声明,再继续使用
```uts
```ts
import kotlin.Array as KotlinArray;
......
......@@ -2564,7 +2564,7 @@ if __name__ == "__main__":
```
#### Go
```golang
```go
package main
import (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册