问题模块 框架类型 问题类型 操作系统 工具版本
开发者工具 微信小程序 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
:1:13
开发者工具截图如下: