前端问题!!!

来源:4-6 商品模型模型--商品详情页面

weixin_慕慕9502449

2019-08-02 11:34

视频里老师复制的那段JS代码去哪找???

写回答 关注

8回答

  • 修罗旗手
    2019-08-02 12:53:08
    已采纳
    function getParam(paramName) {
        paramValue = "", isFound = !1;
        if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) {
            arrSource = unescape(this.location.search).substring(1, this.location.search.length).split("&"), i = 0;
            while (i < arrSource.length && !isFound) arrSource[i].indexOf("=") > 0 && arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase() && (paramValue = arrSource[i].split("=")[1], isFound = !0), i++
        }
        return paramValue == "" && (paramValue = null), paramValue
    }


    qq_慕斯卡...

    谢谢!!!

    2020-03-07 23:36:21

    共 1 条回复 >

  • 慕仰5313121
    2021-04-07 16:36:45

    谢谢大佬

  • qq_慕慕6258475
    2021-01-18 16:04:54

    非常感谢

  • 慕后端9033810
    2020-11-17 17:32:28

    有无大佬可以解释一下这段代码?

  • 楊劲凉
    2020-08-22 03:05:42

    非常感谢!

  • qq_慕仰9199122
    2020-07-14 16:47:27

    感谢大佬



  • 樊小蛋挞
    2020-03-14 08:22:56

    膜拜大神~

  • qq_慕斯卡9393754
    2020-03-07 23:35:51

    谢谢!!!

SpringBoot构建电商基础秒杀项目

应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。

49064 学习 · 954 问题

查看课程

相似问题