11sepnode2 中文文档教程

发布于 7年前 浏览 21 更新于 3年前

Introduction

这是我的计算器测试包。

Installation

npm i 11sepnode2--save

Usage

只需按照以下步骤使用此包。

const calc= require('11sepnode2')
const c1= new calc();

console.log(c1.Add(1,2));


--Output
3

Version History

  1. Initial 1.0.0

Introduction

This is my test package for calculator.

Installation

npm i 11sepnode2--save

Usage

Just follow the following steps to use this package.

const calc= require('11sepnode2')
const c1= new calc();

console.log(c1.Add(1,2));


--Output
3

Version History

  1. Initial 1.0.0
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文