首页 > 其他 > 详细

上货软件增加脚本

时间:2021-09-16 00:30:55      阅读:43      评论:0      收藏:0      [点我收藏+]

//保护套质地:
document.querySelectorAll(‘#struct-bindProp .sell-catProp-struct input‘)[0]

//款式
document.querySelectorAll(‘#struct-bindProp .sell-catProp-struct i‘)[1].click()

document.querySelectorAll(‘.sell-o-select-options .options-content .options-item‘).forEach((item)=>{
if(item.innerText==‘支架式‘)
{
item.click();
}
})


//适用手机机型
document.querySelectorAll(‘#struct-bindProp .sell-catProp-struct input‘)[2]


//型号
document.querySelectorAll(‘#struct-bindProp .sell-catProp-struct input‘)[3]


//商品属性 功能
document.querySelectorAll(‘#base-card i‘)[0].click()

document.querySelectorAll(‘.sell-o-select-options .options-content .options-item‘).forEach((item)=>{
if(item.innerText==‘防水‘)
{
item.click();
}
})

上货软件增加脚本

原文:https://www.cnblogs.com/dming4/p/15269049.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!