E-08expected str instance, java.lang.String found

Posted yifanhunter

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了E-08expected str instance, java.lang.String found相关的知识,希望对你有一定的参考价值。

其实join函数就是字符串的函数,参数和插入的都要是字符串

? ?

所以:将s = ‘_‘.join(args)变成s = ‘_‘.join(str(args).strip())

以上是关于E-08expected str instance, java.lang.String found的主要内容,如果未能解决你的问题,请参考以下文章

TypeError: sequence item 0: expected str instance, int found

Python列表list转字符串报错:expected str instance, int found

Python列表list转字符串报错:expected str instance, int found

python报错:TypeError: sequence item 0: expected str instance, int found

如何避免使用expect_any_instance_of锤子?

Eureka出现Root name ‘timestamp‘ does not match expected (‘instance‘) for type xxx的错误,如何解决?