在typescript中使用escape 和 unescape函数时,报错Cannot find name 'escape'. 解决方法:加上声明 declare function escape(s:string): string;