我的url没有错,但是
${options.cat} 这种语法小程序不支持吧 直接写 ‘categories/’ + options.cat 可好
要用${options.cat}的话你要把引号’'改成``
"hello" + str + "world !" `hello ${str} world !` js 中` 和 '的区别