是python的新手,我一直试图在这里找到解决方案(接近,但情况不完全相同)。
假设我有2列:
=IF(C1="","",C1+IF(AND(LEN(C1)>0,D1="AM"),0,0.5))
和var http = new XMLHttpRequest();
var url = 'https://www.instagram.com/web/friendships/8752655712/unfollow/';
http.open('POST', url, true);
http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
http.onreadystatechange = function() {//Call a function when the state changes.
if(http.readyState == 4 && http.status == 200) {
alert(http.responseText);
}
}
http.send();
我想将这2列合并为1,但仅保留ID1列(ID1 [:3])和ID2列的全部字符。
因此最终结果应如下所示:
ID1 = ['ABC12a', 'ABC12b', 'ABC12c']
我尝试过类似的事情:
ID2 = ['123','234','345']
这根本不起作用...非常感谢您的帮助!谢谢
答案 0 :(得分:1)
{
id: String
title: String
description: String
forfait: String
}