想搞个天才吧预约半自动,遇到有 Mac iPhone iPod iPad 这4个类型预约。
POST提交抓包看,抓包的内容参数字段没找到类型啊。
但页面有段JS代码用来判断类型,这个是怎么传递过去的呢?
/* selection */
var selection = trackingConfig.ServiceType_Lookup['iPod'];
if (selection == null || selection == 'undefined' || selection.length == 0) {
selection = 'iPod';
}
s.prop1 = selection;
POST提交抓包看,抓包的内容参数字段没找到类型啊。
但页面有段JS代码用来判断类型,这个是怎么传递过去的呢?
/* selection */
var selection = trackingConfig.ServiceType_Lookup['iPod'];
if (selection == null || selection == 'undefined' || selection.length == 0) {
selection = 'iPod';
}
s.prop1 = selection;