提交 b0b3cdc1 编写于 作者: M Mankeung 提交者: qiang014

!140 update docs/tutorial/native-js.md.

* update docs/tutorial/native-js.md.
上级 0bdf9c05
......@@ -42,7 +42,7 @@ function judgePlatform(){
在NJS中调用Native API或从Native API返回数据到NJS时会自动转换数据类型。
#### 类型转换表
| 类型 | Objective-C | Java | JavaScript |
| :-------- | --------:| :--: |
| :-------- | --------:| :--: | :--: |
| 基本数据 | byte/short/int/long/float/double/... | byte/short/int/long/float/double/... | Number |
| 字符 | char | char | String |
| 字符串 | NSString/@"" | String/"" | String |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册