美文网首页
TypeScript报错找不到方法 escape

TypeScript报错找不到方法 escape

作者: 清清清清风 | 来源:发表于2018-11-06 10:21 被阅读0次

    在typescript中使用escape 和 unescape函数时,报错Cannot find name 'escape'.

    解决方法:加上声明 declare function escape(s:string): string;

    相关文章

      网友评论

          本文标题:TypeScript报错找不到方法 escape

          本文链接:https://www.haomeiwen.com/subject/nhwqnxtx.html