From b0b3cdc10044d21a6475353fe7544e56d9ea3276 Mon Sep 17 00:00:00 2001 From: Mankeung Date: Mon, 28 Mar 2022 09:13:46 +0000 Subject: [PATCH] !140 update docs/tutorial/native-js.md. * update docs/tutorial/native-js.md. --- docs/tutorial/native-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/native-js.md b/docs/tutorial/native-js.md index 2faa195dd..853db9f6e 100644 --- a/docs/tutorial/native-js.md +++ b/docs/tutorial/native-js.md @@ -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 | -- GitLab