0

我在 Typescript 中有一个项目,我想使用依赖项“localForage”:https ://github.com/localForage/localForage 。

我通过以下 npm 命令安装了它:

npm install @types/localforage --save

我用了:

/// <reference path="typings/index.d.ts" />
///<reference path="node_modules/localforage/typings/localforage.d.ts"/>

import lf = require("./node_modules/localforage");

lf.setItem("blabla", "blabla");
lf.getItem("blabla", (err, data) => {
    console.log(data);
})

当我在浏览器中运行它时,我得到了错误:

未捕获的错误:无法从“未定义”中找到模块“localforage”

我使用这个链接来解决这个问题:https ://www.tomsdev.com/blog/2015/packaging-typescript-module-publish-npm-release/


尝试这个

=REPLACE(VLOOKUP(A2 & "*",$B$2:$B$9,1,0),1,FIND("=",VLOOKUP(A2 & "*",$B$2:$B$9,1,0),1)+3,"")这里“<strong>+3”表示“<strong>=”字符后面的三个空格。根据您的要求更改此设置

ID = Column A Matched ID = Column B New ID = Column C

将此公式粘贴到 C 列中

在此处输入图像描述

4

0 回答 0