1 Star 0 Fork 98

Q/JD-SHOPPER

forked from louisyoungx/jd-shopper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
get_eid_fp.html 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
<html>
<head></head>
<body>
<div id="info">获取中……</div>
<hr>
<div id="eid"></div>
<div id="fp"></div>
</body>
</html>
<script src="https://gias.jd.com/js/td.js"></script>
<script>
setTimeout(function () {
try {
getJdEid(function (eid, fp, udfp) {
document.getElementById('info').innerText = '请把下面的内容复制到配置文件 config.ini 中的对应位置';
document.getElementById('eid').innerText = 'eid = ' + eid;
document.getElementById('fp').innerText = 'fp = ' + fp;
});
} catch (e) {
document.getElementById('info').innerText = e;
}
}, 1000);
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dion_sun/JD-SHOPPER.git
[email protected]:dion_sun/JD-SHOPPER.git
dion_sun
JD-SHOPPER
JD-SHOPPER
master

搜索帮助