From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/native/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/zh-cn/glossary/native/index.html (limited to 'files/zh-cn/glossary/native/index.html') diff --git a/files/zh-cn/glossary/native/index.html b/files/zh-cn/glossary/native/index.html new file mode 100644 index 0000000000..e9d8c384e1 --- /dev/null +++ b/files/zh-cn/glossary/native/index.html @@ -0,0 +1,18 @@ +--- +title: Native +slug: Glossary/Native +translation_of: Glossary/Native +--- +

一个原生的应用程序在被编译后,可以在由指定结构组成的硬件/软件环境中运行

+ +

原生安卓应用的一个例子:在安卓工具链的支持下使用Java编写的手机应用

+ +

从另一方面来讲,一个在浏览器中运行的网页应用就不是原生——其必须运行在基于原生环境的浏览器中,而不是在原生环境本身。

+ +

了解更多

+ +

常规知识

+ + -- cgit v1.2.3-54-g00ecf