gpt4 book ai didi

javascript - apple “The 50 Billion Apps Countdown Promotion” 这个js代码有什么意义?

转载 作者:行者123 更新时间:2023-11-30 18:03:22 25 4
gpt4 key购买 nike

这是促销页面: http://www.apple.com/itunes/50-billion-app-countdown/

它链接一个js: http://www.apple.com.cn/v/itunes/50-billion-app-countdown/a/scripts/counter.js

    AC.onDOMReady(function() {
var e = "j", t = new Counter({
container: AC.Element.selectAll(".counter")[0],
dataURL: "/itunes/store/counters/il6ark7ec." + e + "s",
staticImagePath: "http://images.apple.com/itunes/shared/counter/images/counter_noscript.png",
targetCount: 50000000000,
stopAtTargetCount: true
});

});

所以拼接字符串

var e="j"

“/itunes/store/counters/il6ark7ec。” + e + "s"

http://www.apple.com.cn/itunes/store/counters/il6ark7ec.js

有用吗?还是只是为了好玩..?

最佳答案

这可能会让想要抓取文件和其中链接的所有文件的人更难。一种天真的方法是查看 html 源代码并下载在该端使用 cssjs(可能使用正则表达式)引用的任何其他文件。此字符串连接会导致此特定文件失败。

关于javascript - apple “The 50 Billion Apps Countdown Promotion” 这个js代码有什么意义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16372026/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com