移动应用版本号识别 NativeScript AppVersion

码农软件 · 软件分类 · NativeScript 插件 · 2019-04-29 12:57:03

软件介绍

NativeScript AppVersion 可以获取应用的版本号。

iOS 可以从 *.plistCFBundleShortVersionString 获取

Android 可以从  AndroidManifest.xmlversionName 获取

使用:

var appversion = require("nativescript-appversion");

getVersionName

 appversion.getVersionName().then(function(v) {
      console.log("Your app version is: " + v);
  })

本文地址:https://codercto.com/soft/d/4640.html

D3.js in Action

D3.js in Action

Elijah Meeks / Manning Publications / 2014-3 / USD 44.99

Table of Contents Part 1: An Introduction to D3 1 An introduction to D3.js 2 Information Visualization Data Flow 3 D ata-Driven Design and Interaction Part 2: The Pillars of Information......一起来看看 《D3.js in Action》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器