yibeimingyue

判断两个字符串是否相等:

用  ==

a=\'D:\qcc\HDmap_statistics_opendrive\python_code\'
b=\'D:\qcc\HDmap_statistics_opendrive\python_code\'
print(a==b)

返回值:True

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2021-08-08
  • 2021-10-16
  • 2020-04-10
  • 2021-08-07
  • 2021-08-07
  • 2021-10-06
  • 2021-11-28
猜你喜欢
  • 2021-10-06
  • 2021-09-19
  • 2021-09-29
  • 2021-10-06
  • 2021-08-07
  • 2021-08-11
  • 2021-10-18
  • 2021-10-18
相关资源
相似解决方案