Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
String 如何提取每行逗号分隔的字符串值?_String_Excel - Fatal编程技术网

String 如何提取每行逗号分隔的字符串值?

String 如何提取每行逗号分隔的字符串值?,string,excel,String,Excel,目的:找出每个测试脚本ID关联的每个测试用例ID。 e、 g.TSI_001有三个测试用例ID,即665、666、667等 到目前为止,我可以获得测试用例ID,但无法与测试脚本ID建立关联 有人能帮忙吗? 如果需要对其进行编码,请查看哪些函数可能会对您有所帮助。然后如何处理这些函数?把它们放在不同的牢房里?查找字符串中是否存在?很抱歉,我希望使用Selenium Java处理这些事情。

目的:找出每个测试脚本ID关联的每个测试用例ID。 e、 g.TSI_001有三个测试用例ID,即665、666、667等

到目前为止,我可以获得测试用例ID,但无法与测试脚本ID建立关联

有人能帮忙吗?


如果需要对其进行编码,请查看哪些函数可能会对您有所帮助。

然后如何处理这些函数?把它们放在不同的牢房里?查找字符串中是否存在?很抱歉,我希望使用Selenium Java处理这些事情。