收藏
回答

webkitURL解析url 报已被弃用,请使用URL;使用URL报错怎么弄??

框架类型 问题类型 操作系统 工具版本
小程序 Bug macOS 1.02.1809260

let url = `http://rm.test.com/receipt/3207/1012/ORDER0002/10022323`

undefined

let wParams = new webkitURL(url)

VM1338:1 [Deprecation] 'webkitURL' is deprecated. Please use 'URL' instead.

(anonymous) @ VM1338:1

undefined

let param = new URL(url)

VM1392:1 Uncaught ReferenceError: URL is not defined

    at <anonymous>:1:13


开发者工具截图如下:


回答关注问题邀请回答
收藏
登录 后发表内容